]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_networks.tpl
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / templates / de / html / admin / admin_edit_networks.tpl
index ac2b81fc202be9d9e844357346e032c6e9b44580..f5ff5695bc06bea4b127f2f53747b26f0f7b74a9 100644 (file)
@@ -1,22 +1,26 @@
 <div align="center">
-<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="admin_table dashed">
+<div class="notice">
+       {--ADMIN_LIST_NETWORK_REFERRAL_LINK_NOTICE--}
+</div>
+
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_network_data&amp;do=change_networks%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" class="admin_title bottom" height="25" colspan="4">
-                       <strong>{--ADMIN_NETWORK_EDIT_TITLE--}</strong>
+               <td align="center" class="table_header bottom" colspan="4">
+                       {--ADMIN_EDIT_NETWORK_DATA_TITLE--}
                </td>
        </tr>
-       $content
+       $content[rows]
        <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_CHANGE_NETWORK_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
-
-<div class="admin_note">
-       {--ADMIN_NETWORK_LIST_NOTE--}
+{%form_close%}
 </div>
+
+<div class="notice">
+       {--ADMIN_LIST_NETWORK_NOTICE--}
 </div>