]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_networks.tpl
Note for incomplete 'logical areas' added (won't be deprecated)
[mailer.git] / templates / de / html / admin / admin_list_networks.tpl
index bcc2ef100fb1ecf155ceccc7b00bc03988649a73..11de58c3b60256313a514e8e18d7b360ee5fc7cb 100644 (file)
@@ -1,34 +1,48 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_networks&amp;do=handle_network%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-       <tr>
-               <td height="25" colspan="3" class="header_column bottom right seperator">&nbsp;</td>
-               <td colspan="2" class="header_column bottom right" align="center">
-                       <strong>{--ADMIN_NETWORK_SEPERATOR--}</strong>
-               </td>
-               <td colspan="2" class="header_column bottom seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_SHORT_NAME--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REFERAL_LINK--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_DATA_SEPERATOR2--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_ROW_SEPERATOR2--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REQUEST_TYPE--}</strong></td>
-               <td align="center" class="header_column bottom"><strong>{--ADMIN_NETWORK_CHARSET--}</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="7" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_NETWORK_EDIT--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_NETWORK_DELETE--}" />
-               </td>
-       </tr>
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_networks&amp;do=handle_networks%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="8" class="table_header">
+               <strong>{--ADMIN_LIST_NEWORK_DATA_TITLE--}</strong>
+       </td>
+</tr>
+<tr>
+       <td height="25" colspan="3" class="header_column bottom right separator">&nbsp;</td>
+       <td colspan="2" class="header_column bottom right" align="center">
+               <strong>{--ADMIN_NETWORK_SEPARATOR--}</strong>
+       </td>
+       <td colspan="3" class="header_column bottom separator">&nbsp;</td>
+</tr>
+<tr>
+       <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_SHORT_NAME--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REFERRAL_LINK--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_DATA_SEPARATOR2--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_ROW_SEPARATOR2--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REQUEST_TYPE--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_CHARSET--}</strong></td>
+       <td align="center" class="header_column bottom"><strong>{--ADMIN_NETWORK_REQUIRE_ID_CARD--}</strong></td>
+</tr>
+$content
+<tr>
+       <td colspan="8" class="table_footer">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 </form>
 
-<div class="admin_note">
-       {--ADMIN_NETWORK_LIST_NOTE--}
+<div class="para">
+       <a href="{%url=modules.php?module=admin&amp;what=list_networks&amp;do=export%}">{--ADMIN_EXPORT_ALL_NETWORK_DATA_LINK--}</a>
+</div>
+
+<div class="notice">
+       {--ADMIN_LIST_NETWORK_NOTE--}
+</div>
+
+<div class="notice">
+       {--ADMIN_NETWORK_REQUIRE_ID_CARD_NOTE--}
 </div>
 </div>