]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindUserByEmailForm.templ
upd: use bootstrap class for button
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindUserByEmailForm.templ
index 90a627e33bf9f060d54fc621f84144c16e399768..b3c8bb96190dc5b31c3ed66810ec66ff4e4d3253 100644 (file)
@@ -7,6 +7,6 @@
     <td><input class="form-control" name="email" value="" size="30" title="<?=_use % as wildcard?>" placeholder="<?=_use % as wildcard?>" type="text" required/></td>
   </tr>
   <tr>
-    <td colspan="2"><input name="process" value="<?=_Next?>" type="submit"/></td>
+    <td colspan="2"><input class="btn btn-primary" name="process" value="<?=_Next?>" type="submit"/></td>
   </tr>
 </tbody></table>