More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_config_reg_pro.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=config_reg" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="430">
3         <tr>
4                 <td class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</td>
5                 <td class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
6                 </td>
7                 <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
8         </tr>
9         <tr>
10                 <td colspan="6" height="7" class="seperator">&nbsp;</td>
11         </tr>
12         <tr>
13                 <td width="10" class="seperator">&nbsp;</td>
14                 <td align="right" width="250">{--LEAST_CATS--}:</td>
15                 <td width="10" class="seperator">&nbsp;</td>
16                 <td align="center" width="150"><input type="text"
17                         name="least_cats" class="admin_normal" size="6" maxlength="6"
18                         value="{--LEAST_CATS_VALUE!}"></td>
19                 <td width="10" class="seperator">&nbsp;</td>
20         </tr>
21         <tr>
22                 <td colspan="6" height="7" class="seperator">&nbsp;</td>
23         </tr>
24         <tr>
25                 <td width="10" class="seperator">&nbsp;</td>
26                 <td align="right">{--DISPLAY_REFID--}:</td>
27                 <td width="10" class="seperator">&nbsp;</td>
28                 <td align="center">{!__CFG_SHOW_REFID!}</td>
29                 <td width="10" class="seperator">&nbsp;</td>
30         </tr>
31         <tr>
32                 <td colspan="6" height="7" class="seperator">&nbsp;</td>
33         </tr>
34         <tr>
35                 <td width="10" class="seperator">&nbsp;</td>
36                 <td align="right">{--IP_TIMEOUT--}:</td>
37                 <td width="10" class="seperator">&nbsp;</td>
38                 <td>{!__TIMEOUT_SELECTION!}</td>
39                 <td width="10" class="seperator">&nbsp;</td>
40         </tr>
41         <tr>
42                 <td colspan="6" height="7" class="seperator bottom2">&nbsp;</td>
43         </tr>
44         <tr>
45                 <td width="10" class="admin_footer seperator">&nbsp;</td>
46                 <td class="admin_footer" colspan="3" align="center"><input
47                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
48                 <input type="submit" name="ok" class="admin_submit"
49                         value="{--SAVE_SETTINGS--}" /></td>
50                 <td width="10" class="admin_footer seperator">&nbsp;</td>
51         </tr>
52 </table>
53 </form>