]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_network_type.tpl
Generic function accepts eights (!) but optional parameter $callback, ext-network...
[mailer.git] / templates / de / html / admin / admin_add_network_type.tpl
index afb83eed96b1f769e58166047bff74343cf9977d..7c01cd3ccdf2199f32eab34ca43f9ba3b4f42157 100644 (file)
@@ -1,11 +1,11 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_network_types&amp;do=addnetworktype&amp;network=$content[network_id]%}" method="post">
+<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">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td class="admin_title bottom" colspan="2" align="center">
                        <strong>{--ADMIN_NETWORK_TYPES_ADD_TITLE--}</strong>
                        <div class="tiny">
-                               (<a href="$content[network_reflink]" title="$content[network_title]" target="_blank">$content[network_title]</a>)
+                               (<a href="{%network,getNetworkDataById,network_reflink=%network%%}" target="_blank" title="{%network,getNetworkDataById,network_title=%network%%}">{%network,getNetworkDataById,network_title=%network%%}</a>)
                        </div>
                </td>
        </tr>
@@ -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">
-                               $content[type_options]
+                               {%pipe,generateNetworkTypeOptions={%pipe,getRequestParameter=network_type_id%}%}
                        </select>
                </td>
        </tr>