]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_surfbar_urls.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_delete_surfbar_urls.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_surfbar_urls%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" colspan="3" class="table_header">
6                 <strong>{--ADMIN_SURFBAR_DELETE_URLS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
12         <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
13 </tr>
14 $content
15 <tr>
16         <td class="table_footer" colspan="3">
17                 <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_SURFBAR_DELETE_URL_NOW_SUBMIT--}" />
18         </td>
19 </tr>
20 </table>
21 {%form_close%}
22 </div>