]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportEnterTicketForm.templ
diff --git a/src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ b/src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
deleted file mode 100644 (file)
index 73e9182..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<table class="table">
-<tr>
-            <th colspan="2"><?=_Ticket handling?></th>
-        </tr>
-        <tr>
-            <td><?=_Ticket no?>:</td>
-            <td><input type="text" class="form-control" <? if($ticketNo) {?>value="<?=$ticketNo?>" <? } ?>name="ticketno" required></td>
-        </tr>
-        <tr>
-            <td colspan="2"><input class="btn btn-primary" type="submit" name="setTicket" value="<?=_Set ticket number?>"></td>
-        </tr>
-<? if($ticketNo) {?>
-        <tr>
-            <td colspan="2"><input class="btn btn-warning" type="submit" name="deleteTicket" value="<?=_End working on ticket?>"></td>
-        </tr>
-<? } ?>
-</table>
\ No newline at end of file