]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/mail/MailOverview.templ
UPD: panels for mail page
[gigi.git] / src / org / cacert / gigi / pages / account / mail / MailOverview.templ
index 06465e60f4185339d47bfba1643a32e65e0d55cd..487d052fda5874ad404057bbe0a36ad5c17c1dca 100644 (file)
@@ -1,9 +1,20 @@
-<?=$manForm?>
-<p>
+<div class="panel panel-default">
+  <!-- Default panel contents -->
+  <div class="panel-heading"><?=_Manage email accounts?></div>
+  <div class="panel-body">
+   <p>
 <?=_Please Note: You can not set an unverified account as a default account, and you can not remove a default account. To remove the default account you must set another verified account as the default.?>
 </p>
-<h2><?=_Add Email?></h2>
-<?=$addForm?>
-<p>
+  </div>
+<?=$manForm?>
+</div>
+<div class="panel panel-default">
+  <!-- Default panel contents -->
+  <div class="panel-heading"><?=_Add Email?></div>
+  <div class="panel-body">
+   <p>
 <?=_Currently we only issue certificates for Punycode domains if the person requesting them has code signing attributes attached to their account, as these have potentially slightly higher security risk.?>
-</p>
+</p></div>
+<?=$addForm?>
+</div>
+