]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_networks.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / admin / admin_edit_networks.tpl
index ac2b81fc202be9d9e844357346e032c6e9b44580..b6320d3490d8e2c95e7a7e3f39ee51a3ad69208f 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_NOTE--}
+</div>
+
+<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 bottom" height="25" colspan="4">
-                       <strong>{--ADMIN_NETWORK_EDIT_TITLE--}</strong>
+               <td align="center" class="table_header bottom" height="25" colspan="4">
+                       <strong>{--ADMIN_EDIT_NETWORK_DATA_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_CHANGE_NETWORK_SUBMIT--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
-       {--ADMIN_NETWORK_LIST_NOTE--}
+<div class="notice">
+       {--ADMIN_LIST_NETWORK_NOTE--}
 </div>
 </div>