]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_networks.tpl
Mailer project continued:
[mailer.git] / templates / de / html / admin / admin_delete_networks.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_network_data&amp;do=remove_networks%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td align="center" class="table_header bottom" height="25" colspan="4">
6                         <strong>{--ADMIN_DELETE_NETWORK_DATA_TITLE--}</strong>
7                 </td>
8         </tr>
9         $content
10         <tr>
11                 <td colspan="4" class="table_footer">
12                         <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_NETWORK_SUBMIT--}" />
13                 </td>
14         </tr>
15 </table>
16 </form>
17 </div>
18
19 <div class="notice">
20         {--ADMIN_LIST_NETWORK_NOTICE--}
21 </div>