]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/mail/MailAddForm.templ
upd: use bootstrap class for button
[gigi.git] / src / org / cacert / gigi / pages / account / mail / MailAddForm.templ
index 3132586058f58eef8b48202141a8e958c702a7e4..c709391a9407b0bae20050e650c56322bb7da412 100644 (file)
@@ -4,6 +4,6 @@
     <td><input class="form-control" type="text" name="newemail" value="" required></td>
   </tr>
   <tr>
-    <td colspan="2"><input type="submit" name="addmail" value="<?=_I own or am authorised to control this email address?>"></td>
+    <td colspan="2"><input class="btn btn-primary" type="submit" name="addmail" value="<?=_I own or am authorised to control this email address?>"></td>
   </tr>
 </table>