dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16056
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5992: Removed validation of program stage show on reports column, didn't function properly
------------------------------------------------------------
revno: 5992
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-02-16 17:07:18 +0100
message:
Removed validation of program stage show on reports column, didn't function properly
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-30 04:32:58 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2012-02-16 16:07:18 +0000
@@ -105,13 +105,13 @@
<div style="overflow:auto; height:20em; width:40em;border:1px solid #9DA1AA">
<table width="100%">
<thead>
- <tr><th>$i18n.getString( "dataelement" )</th>
- <th width="20px">$i18n.getString( "compulsory" )</th>
- #if( $programStage.program.anonymous == 'true' )
- <th width="120px">$i18n.getString( "shown_on_reports" )
- <select id='checkShowOnReport' class="{validate:{required:true}}" style="display:none"></select>
- </th>
- #end
+ <tr>
+ <th>$i18n.getString( "dataelement" )</th>
+ <th width="20px">$i18n.getString( "compulsory" )</th>
+ #if( $programStage.program.anonymous == 'true' )
+ <th width="120px">$i18n.getString( "shown_on_reports" )</th>
+ #end
+ </tr>
</thead>
<tbody id="selectedList">
#foreach ( $programStageDataElement in $programStageDataElements )