]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
UPD: Store ticket number
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportEnterTicketForm.templ
index 5a268dc8ec456224f40f45a762d9a7445cb04625..fe9c34fb2eba72b7113d240da04412f8f3d9e942 100644 (file)
@@ -4,9 +4,9 @@
         </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>
 </table>
\ No newline at end of file