]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_network_request_params.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_list_network_request_params.tpl
index f568b334a90d0f28b618d8dd9ff0c8d50eb5e2f9..b6e672ccba54efd1dac119fd98bc8d95e5d66250 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_network_request_params&amp;do=handle_request_params%}&amp;network_id={%get=network_id%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_network_request_params&amp;do=handle_request_params&amp;network_id=$content[network_id]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="5" align="center" class="table_header bottom">
@@ -7,18 +7,21 @@
                                <strong>{--ADMIN_LIST_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>
+
        <tr>
-               <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right" height="25" width="30"><strong>{--ID_SELECT--}</strong></td>
                <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_TYPE_HANDLER--}</strong></td>
                <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REQUEST_PARAMETER_KEY_SHORT--}</strong></td>
                <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REQUEST_PARAMETER_VALUE--}</strong></td>
                <td align="center" class="header_column bottom"><strong>{--ADMIN_NETWORK_REQUEST_PARAMETER_DEFAULT--}</strong></td>
        </tr>
-       $content
+
+       $content[rows]
+
        <tr>
                <td colspan="5" class="table_footer">
                        <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 
 <div class="para">
-       <a href="{%url=modules.php?module=admin&amp;what=list_network_request_params&amp;do=export%}&amp;network_id={%get=network_id%}">{--ADMIN_EXPORT_NETWORK_REQUEST_PARAMS_LINK--}</a>
+       <a href="{%url=modules.php?module=admin&amp;what=list_network_request_params&amp;do=export&amp;network_id=$content[network_id]%}">{--ADMIN_EXPORT_NETWORK_REQUEST_PARAMS_LINK--}</a>
 </div>
 </div>