]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_network_type.tpl
New network added, sorting now showed:
[mailer.git] / templates / de / html / admin / admin_add_network_type.tpl
index 7c01cd3ccdf2199f32eab34ca43f9ba3b4f42157..0e9ec65c46b69c960ed2ad28624085b522f32b23 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=addnetworktype&amp;network={%pipe,getRequestParameter=network%}%}" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_network_types&amp;do=add_network_type&amp;network={%get=network%}%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td class="admin_title bottom" colspan="2" align="center">
@@ -13,7 +13,7 @@
                <td align="right" width="250">{--ADMIN_NETWORK_TYPES_HANDLE--}:</td>
                <td>
                        <select name="network_type_handle" class="admin_select" size="1">
-                               {%pipe,generateNetworkTypeOptions={%pipe,getRequestParameter=network_type_id%}%}
+                               {%pipe,generateNetworkTypesAvailableOptions%}
                        </select>
                </td>
        </tr>