← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19562: Program rule ui, minor

 

------------------------------------------------------------
revno: 19562
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-07-07 13:49:07 +0200
message:
  Program rule ui, minor
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateProgramRule.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateProgramRule.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateProgramRule.vm	2015-07-07 11:48:00 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateProgramRule.vm	2015-07-07 11:49:07 +0000
@@ -72,11 +72,11 @@
 				<table width="100%">
 					<tr>
 						<td><label for="name">$i18n.getString( "name" ) <em title="$i18n.getString( "required" )" class="required">*</em></label></td>
-						<td><input type="text" id="name" name="name" value="$programRule.name" style="width:98%" ></td>
+						<td><input type="text" id="name" name="name" value="$!programRule.name" style="width:98%" ></td>
 					</tr>					
 					<tr>
 						<td><label for="description">$i18n.getString( "description" ) <em title="$i18n.getString( "required" )" class="required">*</em></label></td>
-						<td><input type="text" id="description" name="description" value="$programRule.description" style="width:98%" /></td>
+						<td><input type="text" id="description" name="description" value="$!programRule.description" style="width:98%" /></td>
 					</tr>
 				</table>
 			</td>	
@@ -199,7 +199,7 @@
 												#foreach( $section in $programStage.programStageSections )
 													#set( $uid = $section.uid )
 													#set( $name = $section.displayName)
-													<option value="$uid" #if( $action.programStageSection.uid==$uid ) selected #end >$name</option>
+													<option value="$uid" #if( $action.programStageSection.uid == $uid ) selected #end >$name</option>
 												#end
 											#end
 											</select>