~dhis2-devs-india/dhis2/2.0.6-in

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/webapp/dhis-web-maintenance-settings/systemSettings.vm

  • Committer: Lars
  • Date: 2010-09-04 08:21:14 UTC
  • Revision ID: larshelg@larshelg-laptop-20100904082114-vsux18ym5ki75mwj
Applied patch from Tran, changes style from being a user setting to a system setting. If we want to deploy dhis2 under different brands we cannot rely on users to change style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
<p><input type="text" name="applicationTitle" style="width:30em" value="$!applicationTitle"></p>
9
9
 
 
10
<h4>$i18n.getString( "style" )</h4>
 
11
 
 
12
<select style="min-width:250px" name='currentStyle' id='currentStyle'>
 
13
#foreach( $style in $styles.entrySet() )
 
14
        <option value="$style.value" #if( $style.value == $currentStyle )selected="selected"#end>$i18n.getString( $style.key )</option>
 
15
#end
 
16
</select>
 
17
 
10
18
<h4>$i18n.getString( "max_attempts" )</h4>
11
19
 
12
20
<p><input type="text" name="maxAttempts" style="width:30em" value="$!maxAttempts"></p>