A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_list_imprint.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_imprint" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
4         <tr>
5                 <td colspan="3" align="center" class="admin_title" height="30">
6                         <strong>{--ADMIN_CONFIG_IMPRINT--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="admin_title bottom2 right2" width="60"><strong>{--KEY_SELECT--}</strong></td>
11                 <td align="center" class="admin_title bottom2 right2" width="110"><strong>{--ADMIN_IMPRINT_KEY--}:</strong></td>
12                 <td align="center" class="admin_title bottom2"><strong>{--ADMIN_IMPRINT_VALUE--}:</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="3" class="admin_footer">
17                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
18                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
19                         <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
20                 </td>
21         </tr>
22 </table>
23 </form>
24 </div>
25
26 <div align="center">
27 </div>