]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/mailOverview.templ
merged mailadd and mail overviwer to one page
[gigi.git] / src / org / cacert / gigi / pages / account / mailOverview.templ
diff --git a/src/org/cacert/gigi/pages/account/mailOverview.templ b/src/org/cacert/gigi/pages/account/mailOverview.templ
new file mode 100644 (file)
index 0000000..3dc1e8c
--- /dev/null
@@ -0,0 +1,37 @@
+<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
+  <tr>
+    <td colspan="4" class="title"><?=?></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>
+  <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>
+  </tr>
+</table>
+<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>
+<br/>
+<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
+  <tbody><tr>
+    <td colspan="2" class="title"><?=_Add Email?></td>
+  </tr>
+
+  <tr>
+    <td class="DataTD" width="125"><?=_Email Addresses?> </td>
+    <td class="DataTD" width="125"><input type="text" name="newemail" value=""></td>
+  </tr>
+  <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