]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_network_request_params.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_network_request_params.tpl
index 4d705b93550b6ab3eb33f8df99e830a5e1efa9dd..50fcc5a10e5f98523010121198705624998c2bcf 100644 (file)
@@ -1,10 +1,10 @@
 <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">
                        <div>
-                               <strong>{--ADMIN_NETWORK_REQUEST_PARAMETER_LIST_TITLE--}</strong>
+                               <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>)
        <tr>
                <td align="center" class="header_column bottom right" height="25"><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--}</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>
 
 <div class="notice">
-       {--ADMIN_NETWORK_REQUEST_PARAMETER_LIST_NOTICE--}
+       {--ADMIN_LIST_NETWORK_REQUEST_PARAMETER_NOTICE--}
 </div>