]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/admin/support/SupportEnterTicketForm.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / admin / support / SupportEnterTicketForm.templ
diff --git a/src/club/wpia/gigi/pages/admin/support/SupportEnterTicketForm.templ b/src/club/wpia/gigi/pages/admin/support/SupportEnterTicketForm.templ
new file mode 100644 (file)
index 0000000..73e9182
--- /dev/null
@@ -0,0 +1,17 @@
+<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