]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_networks.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_edit_networks.tpl
index fdc1164e1cb0177388daa10c2ad015f3a806119c..ed0dc02d26d70b618b13cd33f8579ac89b954c63 100644 (file)
@@ -1,18 +1,22 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_networks&amp;do=changenetwork" 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=change_network%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" class="admin_title bottom2" height="25" colspan="4">
+               <td align="center" class="table_header bottom" height="25" colspan="4">
                        <strong>{--ADMIN_NETWORK_EDIT_TITLE--}</strong>
                </td>
        </tr>
        $content
        <tr>
-               <td colspan="4" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="change" class="admin_submit" value="{--ADMIN_NETWORK_CHANGE--}" />
+               <td colspan="4" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_NETWORK_CHANGE--}" />
                </td>
        </tr>
 </table>
 </form>
+
+<div class="notice">
+       {--ADMIN_NETWORK_LIST_NOTE--}
+</div>
 </div>