]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
27b901b43a48787dfbacad61bf51c77ee210033e
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportEnterTicketForm.templ
1 <table class="table">
2 <tr>
3             <th colspan="2"><?=_Ticket handling?></th>
4         </tr>
5         <tr>
6             <td><?=_Ticket no?>:</td>
7             <td><input type="text" class="form-control" <? if($ticketNo) {?>value="<?=$ticketNo?>" <? } ?>name="ticketno" required></td>
8         </tr>
9         <tr>
10             <td colspan="2"><input type="submit" name="setTicket" value="<?=_Set ticket number?>"></td>
11         </tr>
12 <? if($ticketNo) {?>
13         <tr>
14             <td colspan="2"><input type="submit" name="deleteTicket" value="<?=_End working on ticket?>"></td>
15         </tr>
16 <? } ?>
17 </table>