]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_config_
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_foo%}" method="post">
3 <div class="table dashed">
4         <div class="table_header bottom">
5                 <strong>{--ADMIN_CONFIG_FOO_TITLE--}</strong>
6         </div>
7
8         <fieldset id="config_foo_my_stuff">
9                 <legend>{--ADMIN_CONFIG_FOO_MY_STUFF_LEGEND--}</legend>
10
11                 <div class="table_row">
12                         <label for="foo_stuff_bar">{--ADMIN_CONFIG_FOO_STUFF_BAR--}</label>
13                         <div align="center">
14                                 <input type="text" class="form_field" name="foo_stuff_bar" value="{?foo_stuff_bar?}" />
15                         </div>
16                 </div>
17         </fieldset>
18
19         <div class="table_footer top">
20                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
21                 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
22         </div>
23 </div>
24 </form>
25 </div>
26
27 <div class="notice">
28         {--ADMIN_CONFIG_FOO_NOTICE--}
29 </div>