]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/mailOverview.templ
UPD: Rearanged mail overview
[gigi.git] / src / org / cacert / gigi / pages / account / mailOverview.templ
index 3dc1e8c9656d306e57275b4d019386b232fa39e8..746f0c1038fa94e0ec680a0b7a80d5d8acdcbbb4 100644 (file)
@@ -1,18 +1,14 @@
 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
   <tr>
-    <td colspan="4" class="title"><?=?></td>
+    <td colspan="4" class="title"><?=_Email Accounts?></td>
   </tr>
   <tr>
     <td class="DataTD"><?=_Default?></td>
     <td class="DataTD"><?=_Status?></td>
     <td class="DataTD"><?=_Delete?></td>
     <td class="DataTD"><?=_Address?></td>
-  </tr><tr>
-    <td class="DataTD"><input type="radio" name="emailid" value="409577" checked=""></td>
-    <td class="DataTD">Überprüft</td>
-    <td class="DataTD">nicht zutreffend</td>
-    <td class="DataTD">janis@dogcraft.de</td>
   </tr>
+ <?=$mailData?>
   <tr>
     <td class="DataTD" colspan="2"><input type="submit" name="makedefault" value="Setze als Standard"></td>
     <td class="DataTD" colspan="2"><input type="submit" name="process" value="Löschen"></td>
@@ -34,4 +30,7 @@
   <tr>
     <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_I own or am authorised to control this email address?>"></td>
   </tr>
-</tbody></table>
\ No newline at end of file
+</tbody></table>
+<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>
\ No newline at end of file