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