------------------------------------------------------------ revno: 5738 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Sun 2012-01-15 23:21:07 +0700 message: (patient) Resize show-on-report column in Update 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-15 02:31:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2012-01-15 16:21:07 +0000 @@ -108,7 +108,7 @@ <tr><th>$i18n.getString( "dataelement" )</th> <th width="20px">$i18n.getString( "compulsory" )</th> #if( $programStage.program.anonymous == 'true' ) - <th width="20px">$i18n.getString( "shown_on_reports" )</th> + <th width="120px">$i18n.getString( "shown_on_reports" )</th> #end </thead> <tbody id="selectedList">
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

