]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
add: more strict ticket handling. User history page
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportEnterTicketForm.templ
index fe9c34fb2eba72b7113d240da04412f8f3d9e942..3f7c82c4334cc84e5b25bf0403f641569c34eea0 100644 (file)
@@ -9,4 +9,9 @@
         <tr>
             <td colspan="2"><input type="submit" name="setTicket" value="<?=_Set ticket number?>"></td>
         </tr>
+<? if($ticketNo) {?>
+        <tr>
+            <td colspan="2"><input type="submit" name="deleteTicket" value="<?=_End working on ticket?>"></td>
+        </tr>
+<? } ?>
 </table>
\ No newline at end of file