]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_networks.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_edit_networks.tpl
index fdc1164e1cb0177388daa10c2ad015f3a806119c..185c1c10899aa3d223277091886a8e1ff6e91c0a 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_networks&amp;do=changenetwork" method="post">
+<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">
        <tr>
-               <td align="center" class="admin_title bottom2" height="25" colspan="4">
+               <td align="center" class="admin_title bottom" height="25" colspan="4">
                        <strong>{--ADMIN_NETWORK_EDIT_TITLE--}</strong>
                </td>
        </tr>
@@ -15,4 +15,8 @@
        </tr>
 </table>
 </form>
+
+<div class="admin_note">
+       {--ADMIN_NETWORK_LIST_NOTE--}
+</div>
 </div>