------------------------------------------------------------ revno: 5698 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Wed 2012-01-11 14:48:47 +0700 message: Remove blue color in the selected data elements box in editing program-stage form. modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.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-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2012-01-11 05:31:53 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2012-01-11 07:48:47 +0000 @@ -108,7 +108,7 @@ </thead> <tbody id="selectedList"> #foreach ( $programStageDataElement in $programStageDataElements ) - <tr ondblclick="unSelectDataElement( this )" id="$programStageDataElement.dataElement.id" class="selected"> + <tr ondblclick="unSelectDataElement( this )" id="$programStageDataElement.dataElement.id"> <td onclick="select(this)">$encoder.htmlEncode( $programStageDataElement.dataElement.name )</td> <td><input type="checkbox" name="compulsory" value="$programStageDataElement.dataElement.id" #if($programStageDataElement.compulsory == true ) checked #end /></td> </tr>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

