]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_network_request_params.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_edit_network_request_params.tpl
index 1bb6f7268f0948ba17bc89c53197fccf5b28f3e0..38c79c93844d3c025d41408ca9b8aaa60c012815 100644 (file)
@@ -1,17 +1,17 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_network_request_params&amp;do=change_request_params&amp;network_id={%get=network_id%}%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_network_request_params&amp;do=change_request_params&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">
                        <div>
-                               <strong>{--ADMIN_NETWORK_REQUEST_PARAMETER_EDIT_TITLE--}</strong>
+                               <strong>{--ADMIN_EDIT_NETWORK_REQUEST_PARAMETER_TITLE--}</strong>
                        </div>
                        <div class="tiny">
-                               (<a href="{%network,getNetworkDataById,network_reflink=%network_id%%}" target="_blank" title="{%network,getNetworkDataById,network_title=%network_id%%}">{%network,getNetworkDataById,network_title=%network_id%%}</a>)
+                               ({%network,generateMetworkReferralLinkById=%network_id%%})
                        </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_REQUEST_PARAMETER_LIST_NOTE--}
-</div>
+       {--ADMIN_LIST_NETWORK_REQUEST_PARAMETER_NOTICE--}
 </div>