Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_config_menu.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_menu%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_CONFIG_MENU_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="80%" align="right" style="padding-right:10px">
11                         {--ADMIN_CONFIG_GUEST_MENU_ADVERT_ENABLED--}
12                 </td>
13                 <td width="20%">
14                         {%template,ConfigurationYesNoSelectionBox=guest_menu_advert_enabled%}
15                 </td>
16         </tr>
17         <tr>
18                 <td class="bottom" width="80%" align="right" style="padding-right:10px">
19                         {--ADMIN_CONFIG_MEMBER_MENU_ADVERT_ENABLED--}
20                 </td>
21                 <td class="bottom" width="20%">
22                         {%template,ConfigurationYesNoSelectionBox=member_menu_advert_enabled%}
23                 </td>
24         </tr>
25         <tr>
26                 <td colspan="2" class="table_footer">
27                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
28                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
29                 </td>
30         </tr>
31 </table>
32 {%form_close%}
33 </div>