]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_networks.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_delete_networks.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_network_data&amp;do=remove_networks%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" class="table_header bottom" colspan="4">
6                 {--ADMIN_DELETE_NETWORK_DATA_TITLE--}
7         </td>
8 </tr>
9
10 $content[rows]
11
12 <tr>
13         <td colspan="4" class="table_footer">
14                 <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_NETWORK_SUBMIT--}" />
15         </td>
16 </tr>
17 </table>
18 {%form_close%}
19 </div>
20
21 <div class="notice">
22         {--ADMIN_LIST_NETWORK_NOTICE--}
23 </div>