]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
fix: support: no primary email address in list of secondary addresses
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportEnterTicketForm.templ
index 5a268dc8ec456224f40f45a762d9a7445cb04625..3f7c82c4334cc84e5b25bf0403f641569c34eea0 100644 (file)
@@ -4,9 +4,14 @@
         </tr>
         <tr>
             <td><?=_Ticket no?>:</td>
-            <td><input type="text" name="ticketno"></td>
+            <td><input type="text" <? if($ticketNo) {?>value="<?=$ticketNo?>" <? } ?>name="ticketno"></td>
         </tr>
         <tr>
-            <td colspan="2"><input type="submit" value="<?=_Set ticket number?>"></td>
+            <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