]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_networks.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_delete_networks.tpl
index b46097a157db4dc17f790d56daca2a4819a881d5..fe4860f3f231920c2b005425fcee8b3a4b6f5b10 100644 (file)
@@ -1,22 +1,23 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_networks&amp;do=remove_network%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_network_data&amp;do=remove_networks%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td align="center" class="table_header bottom" height="25" colspan="4">
-                       <strong>{--ADMIN_DELETE_NETWORK_DATA_TITLE--}</strong>
-               </td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="4" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_NETWORK_REMOVE--}" />
-               </td>
-       </tr>
+<tr>
+       <td align="center" class="table_header bottom" colspan="4">
+               {--ADMIN_DELETE_NETWORK_DATA_TITLE--}
+       </td>
+</tr>
+
+$content[rows]
+
+<tr>
+       <td colspan="4" class="table_footer">
+               <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_NETWORK_SUBMIT--}" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
 <div class="notice">
-       {--ADMIN_NETWORK_LIST_NOTE--}
-</div>
+       {--ADMIN_LIST_NETWORK_NOTICE--}
 </div>