]> 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 40a6cf6f1c2877eca6f7c7539e626ab5beb7efac..c709391a9407b0bae20050e650c56322bb7da412 100644 (file)
@@ -1,16 +1,9 @@
-<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
-  <thead>
+<table class="table">
   <tr>
-    <th colspan="2" class="title"><?=_Add Email?></th>
+    <td><?=_Email Addresses?> </td>
+    <td><input class="form-control" type="text" name="newemail" value="" required></td>
   </tr>
-  </thead>
-<tbody>
   <tr>
-    <td width="125"><?=_Email Addresses?> </td>
-    <td width="125"><input type="text" name="newemail" value=""></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>
-  <tr>
-    <td colspan="2"><input type="submit" name="addmail" value="<?=_I own or am authorised to control this email address?>"></td>
-  </tr>
-</tbody>
 </table>