]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_home.tpl
Rewrote some code, added templates/functions:
[mailer.git] / templates / de / html / admin / admin_list_home.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="3" align="center" class="table_header">
5                 <strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong>
6         </td>
7 </tr>
8
9 <tr>
10         <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
11         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MENU_WHAT--}</strong></td>
12         <td align="center" class="header_column bottom"><strong>{--ADMIN_HOME_ACTION--}</strong></td>
13 </tr>
14
15 $content
16
17 <tr>
18         <td colspan="3" class="table_footer">
19                 <div class="notice">{--ADMIN_CONFIG_HOME_NOTICE--}</div>
20         </td>
21 </tr>
22 </table>
23 </div>