]> WPIA git - gigi.git/blob - 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
1 <div class="panel panel-default">
2   <!-- Default panel contents -->
3   <div class="panel-heading"><?=_Manage email accounts?></div>
4   <div class="panel-body">
5    <p>
6 <?=_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.?>
7 </p>
8   </div>
9 <?=$manForm?>
10 </div>
11 <div class="panel panel-default">
12   <!-- Default panel contents -->
13   <div class="panel-heading"><?=_Add Email?></div>
14   <div class="panel-body">
15    <p>
16 <?=_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.?>
17 </p></div>
18 <?=$addForm?>
19 </div>
20