]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ
add: HTML5-defined 'required' attributes on mandatory input fields
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportEnterTicketForm.templ
index 292e8b2d8ed68c1f0c11952ed14cc4d2cb1ecef7..27b901b43a48787dfbacad61bf51c77ee210033e 100644 (file)
@@ -4,7 +4,7 @@
         </tr>
         <tr>
             <td><?=_Ticket no?>:</td>
-            <td><input type="text" class="form-control" <? if($ticketNo) {?>value="<?=$ticketNo?>" <? } ?>name="ticketno"></td>
+            <td><input type="text" class="form-control" <? if($ticketNo) {?>value="<?=$ticketNo?>" <? } ?>name="ticketno" required></td>
         </tr>
         <tr>
             <td colspan="2"><input type="submit" name="setTicket" value="<?=_Set ticket number?>"></td>