2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_title%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
5 <td colspan="3" align="center" class="admin_title bottom" height="30">
6 <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong></td>
9 <td colspan="3" class="seperator" height="5"> </td>
12 <td width="400" align="right">{--ADMIN_TITLE_ENABLE_DECORATIONS--}:</td>
13 <td class="seperator" width="10"> </td>
14 <td width="170">$content[enable_title_deco]</td>
17 <td colspan="3" class="seperator" height="5"> </td>
20 <td align="right">{--ADMIN_TITLE_ENABLE_MODULE_TITLE--}:</td>
21 <td class="seperator" width="10"> </td>
22 <td>$content[enable_mod_title]</td>
25 <td colspan="3" class="seperator" height="5"> </td>
28 <td align="right">{--ADMIN_TITLE_ENABLE_WHAT_TITLE--}:</td>
29 <td class="seperator" width="10"> </td>
30 <td>$content[enable_what_title]</td>
33 <td colspan="3" class="seperator bottom" height="5"> </td>
36 <td colspan="3" align="center" class="admin_title bottom" height="30">
37 <strong>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</strong></td>
40 <td colspan="3" class="seperator" height="5"> </td>
43 <td align="right">{--ADMIN_TITLE_LEFT--}:</td>
44 <td class="seperator" width="10"> </td>
46 <input type="text" name="title_left" class="admin_normal" value="{?title_left?}" size="4" maxlength="10" />
50 <td colspan="3" class="seperator" height="5"> </td>
53 <td align="right">{--ADMIN_TITLE_MIDDLE--}:</td>
54 <td class="seperator" width="10"> </td>
56 <input type="text" name="title_middle" class="admin_normal" value="{?title_middle?}" size="4" maxlength="10" />
60 <td colspan="3" class="seperator" height="5"> </td>
63 <td align="right">{--ADMIN_TITLE_RIGHT--}:</td>
64 <td class="seperator" width="10"> </td>
66 <input type="text" name="title_right" class="admin_normal" value="{?title_right?}" size="4" maxlength="10" />
70 <td colspan="3" class="bottom seperator" height="5"> </td>
73 <td colspan="3" class="admin_footer">
74 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
75 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />