1 <form method="post" action="{$post}">
2 <input type="hidden" name="action" value="options" />
3 <table class="light" style="width:80%">
5 <th colspan="2">{$msg_display_options}</th>
8 <td>{$msg_menu_style}</td>
9 <td>{html_options name='menu_style' selected=$menu_style options=$menu_styles}</td>
13 <td>{$msg_menu_theme}</td>
14 <td>{html_options name='menu_theme' selected=$menu_theme options=$menu_themes}</td>
18 <td>{$msg_site_template_dir}</td>
19 <td><input type="text" name="template_dir" value="{$template_dir}" size="30" /></td>
22 <td>{$msg_site_template}</td>
23 <td>{html_options name='template' selected=$template options=$templates}</td>
26 <td>{$msg_barrel_style_sheet}</td>
27 <td>{html_options name='barrel_style_sheet' selected=$barrel_style_sheet options=$style_sheets}</td>
29 <td>{$msg_validate_pages}</td>
30 <td><input type="checkbox" name="validatepages"{if $validatepages} checked="checked"{/if}/></td>
36 <table class="light" style="width:80%">
38 <th colspan="2">{$msg_system_options}</th>
41 <td>{$msg_html_editor}</td>
42 <td>{html_options name='html_editor' selected=$html_editor options=$html_editors}</td>
45 <td>{$msg_word_import}</td>
46 <td>{html_options name='word_import' selected=$word_import options=$word_imports}</td>
52 <table class="light" style="width:80%">
54 <th colspan="2">{$msg_debug_options}</th>
57 <td>{$msg_debug_database}</td>
58 <td><input type="checkbox" name="debugdatabase"{if $debugdatabase} checked="checked"{/if}/></td>
61 <td>{$msg_debug_plugins}</td>
62 <td><input type="checkbox" name="debugplugins"{if $debugplugins} checked="checked"{/if}/></td>
67 <input type="submit" value="{$msg_submit}" />