]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/mailOverview.templ
UPD: Rearanged mail overview
[gigi.git] / src / org / cacert / gigi / pages / account / mailOverview.templ
1 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
2   <tr>
3     <td colspan="4" class="title"><?=_Email Accounts?></td>
4   </tr>
5   <tr>
6     <td class="DataTD"><?=_Default?></td>
7     <td class="DataTD"><?=_Status?></td>
8     <td class="DataTD"><?=_Delete?></td>
9     <td class="DataTD"><?=_Address?></td>
10   </tr>
11  <?=$mailData?>
12   <tr>
13     <td class="DataTD" colspan="2"><input type="submit" name="makedefault" value="Setze als Standard"></td>
14     <td class="DataTD" colspan="2"><input type="submit" name="process" value="Löschen"></td>
15   </tr>
16 </table>
17 <p>
18 <?=_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.?>
19 </p>
20 <br/>
21 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
22   <tbody><tr>
23     <td colspan="2" class="title"><?=_Add Email?></td>
24   </tr>
25
26   <tr>
27     <td class="DataTD" width="125"><?=_Email Addresses?> </td>
28     <td class="DataTD" width="125"><input type="text" name="newemail" value=""></td>
29   </tr>
30   <tr>
31     <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_I own or am authorised to control this email address?>"></td>
32   </tr>
33 </tbody></table>
34 <p>
35 <?=_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.?>
36 </p>