]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_network_types.tpl
Some reverts/fixes
[mailer.git] / templates / de / html / admin / admin_edit_network_types.tpl
index 4196a984db92448ed4e12af48b209dfb2773605a..77ae06f91c148aa828a2b98dff7c89995f16c5da 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_network_types&amp;do=change_handler_types&amp;network_id={%get=network_id%}%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_network_types&amp;do=change_handler_types&amp;network_id=$content[network_id]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" class="table_header bottom" height="25" colspan="2">
@@ -11,7 +11,7 @@
                        </div>
                </td>
        </tr>
-       $content
+       $content[rows]
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
@@ -19,9 +19,9 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
 <div class="notice">
-       {--ADMIN_NETWORK_HANDLER_TYPES_LIST_NOTE--}
-</div>
+       {--ADMIN_LIST_NETWORK_TYPE_HANDLER_NOTICE--}
 </div>