]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_profile.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_profile.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_other%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="2" align="center" class="table_header bottom">
6                 {--ADMIN_CONFIG_PROFILE_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td class="bottom" align="right">
12                 {--ADMIN_CONFIG_SEND_PROFILE_UPDATE--}
13         </td>
14         <td class="bottom" align="center">
15                 {%template,ConfigurationYesNoSelectionBox=send_profile_update%}
16         </td>
17 </tr>
18
19 <tr>
20         <td colspan="2" align="center" class="table_header bottom">
21                 {--ADMIN_CONFIG_PROFILE_TIME_TITLE--}
22         </td>
23 </tr>
24
25 <tr>
26         <td align="right">{--ADMIN_CONFIG_LOCK_PROFILE_TIME--}</td>
27         <td>$content[profile_lock]</td>
28 </tr>
29
30 <tr>
31         <td align="right">{--ADMIN_CONFIG_PROFILE_UPDATE--}</td>
32         <td>$content[profile_update]</td>
33 </tr>
34
35 <tr>
36         <td class="bottom" align="right">{--ADMIN_CONFIG_PROFILE_REUPDATE--}</td>
37         <td class="bottom">$content[profile_reupdate]</td>
38 </tr>
39
40 <tr>
41         <td colspan="2" align="center" class="table_footer">
42                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
43                 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
44         </td>
45 </tr>
46 </table>
47 {%form_close%}
48 </div>
49
50 <div class="notice">
51         {--ADMIN_CONFIG_PROFILE_NOTICE--}
52 </div>