]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_networks.tpl
Extension ext-network does now show if a network requires the webmaster to send a...
[mailer.git] / templates / de / html / admin / admin_list_networks.tpl
index bcc2ef100fb1ecf155ceccc7b00bc03988649a73..bc82733d4aa681e255d4c1885535884394601dd3 100644 (file)
@@ -1,12 +1,12 @@
 <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">
+<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="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>
+               <td colspan="3" 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_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>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_CHARSET--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--ADMIN_NETWORK_REQUIRES_ID--}</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 colspan="8" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_NETWORK_EDIT--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_NETWORK_DELETE--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_NETWORK_LIST_NOTE--}
 </div>
+
+<div class="notice">
+       {--ADMIN_NETWORK_REQUIRES_ID_NOTICE--}
+</div>
 </div>