mcramer
2012-08-29 e27086410672d7c4efe37aac0505007fe26d6e8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<h2><tmpl_var name="page_head_txt"></h2>
<p><tmpl_var name="page_desc_txt"></p>
 
<div class="panel panel_tools_interface">
 
    <div class="pnl_formsarea">
        <fieldset class="inlineLabels">
            <!-- TODO: If user theme change is activated -->
            <div class="ctrlHolder">
                <label for="app_theme">{tmpl_var name='app_theme_txt'}</label>
                <select name="app_theme" id="app_theme" class="selectInput formLengthHalf">
                    {tmpl_var name='app_theme'}
                </select>
            </div>
            <div class="ctrlHolder">
                <label for="startmodule">{tmpl_var name='startmodule_txt'}</label>
                <select name="startmodule" id="startmodule" class="selectInput formLengthHalf">
                    {tmpl_var name='startmodule'}
                </select>
            </div>
        </fieldset>
        
        <input type="hidden" name="id" value="{tmpl_var name='id'}">
            
        <div class="buttonHolder buttons">
            <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onclick="submitForm('pageForm','tools/interface_settings.php');"><span>{tmpl_var name='btn_save_txt'}</span></button>
            <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onclick="loadContent('tools/index.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
        </div>
    </div>
  
</div>