← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2575: Temp removed non-working column sort in validation analysis

 

------------------------------------------------------------
revno: 2575
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-01-14 20:33:18 +0100
message:
  Temp removed non-working column sort in validation analysis
modified:
  dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/searchResult.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-validationrule/src/main/webapp/dhis-web-validationrule/searchResult.vm'
--- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/searchResult.vm	2011-01-11 18:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/searchResult.vm	2011-01-14 19:33:18 +0000
@@ -16,7 +16,7 @@
 	<tr>
 		<th>$i18n.getString( "data_element" )</th>
 		<th>$i18n.getString( "organisation_unit" )</th>
-		<th class="{sorter: 'period'}">$i18n.getString( "period" )</th>
+		<th class="{sorter: false}">$i18n.getString( "period" )</th>
 		<th style="text-align:center" class="{sorter: false}">$i18n.getString( "min" )</th>
 		<th style="width: 100px; text-align:center" class="{sorter: false}">$i18n.getString( "value" )</th>
 		<th style="text-align:center" class="{sorter: false}">$i18n.getString( "max" )</th>