]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_network_request_params.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_delete_network_request_params.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_network_request_params&amp;do=remove_network_request_params&amp;network_id=$content[network_id]%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" class="table_header bottom" colspan="2">
6                 <div>
7                         {--ADMIN_DELETE_NETWORK_REQUEST_PARAMETER_TITLE--}
8                 </div>
9                 <div class="tiny">
10                         ({%network,generateMetworkReferralLinkById=%network_id%%})
11                 </div>
12         </td>
13 </tr>
14
15 $content[rows]
16
17 <tr>
18         <td colspan="2" class="table_footer">
19                 <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_NETWORK_REQUEST_PARAMETER_SUBMIT--}" />
20         </td>
21 </tr>
22 </table>
23 {%form_close%}
24 </div>
25
26 <div class="notice">
27         {--ADMIN_LIST_NETWORK_REQUEST_PARAMETER_NOTICE--}
28 </div>