Marius Cramer
2015-01-08 e645fa3551f547817e7589c9e6da68c1139ce556
interface/web/tools/templates/interface_settings.htm
@@ -10,15 +10,15 @@
                <label for="app_theme" class="col-sm-3 control-label">{tmpl_var name='app_theme_txt'}</label>
                <div class="col-sm-9"><select name="app_theme" id="app_theme" class="form-control">
                    {tmpl_var name='app_theme'}
                </select>
            </div></div>
                </select></div>
            </div>
            <!-- TODO: Limit to activated modules -->
            <div class="form-group">
                <label for="startmodule" class="col-sm-3 control-label">{tmpl_var name='startmodule_txt'}</label>
                <div class="col-sm-9"><select name="startmodule" id="startmodule" class="form-control">
                    {tmpl_var name='startmodule'}
                </select>
            </div></div>
                </select></div>
            </div>
        
        
        <input type="hidden" name="id" value="{tmpl_var name='id'}">