]> WPIA git - gigi.git/commitdiff
fix: enter support ticket form: correct form-control
authorFelix Dörre <felix@dogcraft.de>
Sat, 13 Aug 2016 09:59:51 +0000 (11:59 +0200)
committerFelix Dörre <felix@dogcraft.de>
Sat, 13 Aug 2016 09:59:51 +0000 (11:59 +0200)
Change-Id: I2c405251cef64d3e41e18621f5af049f803a72a6

src/org/cacert/gigi/pages/admin/support/SupportEnterTicketForm.templ

index 5034bac969db45fa0f4c007f493402e2b926aec2..292e8b2d8ed68c1f0c11952ed14cc4d2cb1ecef7 100644 (file)
@@ -4,10 +4,10 @@
         </tr>
         <tr>
             <td><?=_Ticket no?>:</td>
-            <td><input type="text" <? if($ticketNo) {?>value="<?=$ticketNo?>" <? } ?>name="ticketno"></td>
+            <td><input type="text" class="form-control" <? if($ticketNo) {?>value="<?=$ticketNo?>" <? } ?>name="ticketno"></td>
         </tr>
         <tr>
-            <td colspan="2"><input class="form-control" type="submit" name="setTicket" value="<?=_Set ticket number?>"></td>
+            <td colspan="2"><input type="submit" name="setTicket" value="<?=_Set ticket number?>"></td>
         </tr>
 <? if($ticketNo) {?>
         <tr>