Changeset 3899

Show
Ignore:
Timestamp:
06/21/09 15:14:38 (9 months ago)
Author:
plim
Message:

Adding additional fields in general config settings template

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/slapshot/tmpl/cms/cfg_system_general.tmpl

    r3800 r3899  
    3737 
    3838<fieldset> 
    39  
    4039    <mtapp:setting 
    4140        id="system_email_address" 
     
    4746        </div> 
    4847    </mt:app:setting> 
     48    <mtapp:setting 
     49        id="system_debug_mode" 
     50        label="<__trans phrase="Debug Mode">" 
     51        hint="<__trans phrase="Set the DebugMode according to the documentation.">" 
     52        show_hint="1"> 
     53        <input type="text" size="3" maxlength="3" id="system_debug_mode" name="system_debug_mode" value="<mt:var name="system_debug_mode" escape="html">" /> 
     54    </mt:app:setting> 
     55    <mtapp:setting 
     56        id="system_performance_logging" 
     57        label="<__trans phrase="Performance Logging">" 
     58        hint="<__trans phrase="Turn off performance logging.">" 
     59        show_hint="1"> 
     60        <input type="checkbox" id="system_performance_logging" name="system_performance_logging" <mt:if name="system_performance_logging" eq="1">checked="checked"</mt:if> /> 
     61    </mt:app:setting> 
     62    <mtapp:setting 
     63        id="system_performance_logging_path" 
     64        label="<__trans phrase="Log Paths">" 
     65        hint="<__trans phrase="Paths where logs are placed.">" 
     66        show_hint="1"> 
     67        <div class="textarea-wrapper"> 
     68            <input id="system_performance_logging_path" name="system_performance_logging_path"<mt:if name="system_performance_logging_path"> value="<mt:var name="system_performance_logging_path" escape="html">"</mt:if> class="full-width" /> 
     69        </div> 
     70    </mt:app:setting> 
     71    <mtapp:setting 
     72        id="system_performance_logging_threshold" 
     73        label="<__trans phrase="Logging Threshold">" 
     74        hint="<__trans phrase="Logging threshold for the App">" 
     75        show_hint="1"> 
     76        <input type="text" size="3" maxlength="3" id="system_performance_logging_threshold" name="system_performance_logging_threshold" value="<mt:var name="system_performance_logging_threshold" escape="html">" /> 
     77    </mt:app:setting> 
     78</fieldset> 
    4979 
    50 </fieldset> 
    5180 
    5281<mt:setvarblock name="action_buttons">