]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
ADD: Stub for ticket handling form
[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
new file mode 100644 (file)
index 0000000..5a268dc
--- /dev/null
@@ -0,0 +1,12 @@
+<table class="wrapper dataTable centertext">
+<tr>
+            <th colspan="2"><?=_Ticket handling?></th>
+        </tr>
+        <tr>
+            <td><?=_Ticket no?>:</td>
+            <td><input type="text" name="ticketno"></td>
+        </tr>
+        <tr>
+            <td colspan="2"><input type="submit" value="<?=_Set ticket number?>"></td>
+        </tr>
+</table>
\ No newline at end of file