← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1894: bug fix in section tab ordering during data entry

 

------------------------------------------------------------
revno: 1894
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-08-05 14:30:26 +0200
message:
  bug fix in section tab ordering during data entry
modified:
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.vm
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/form.vm
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/multiDimensionalDataElement.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-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.vm	2010-07-12 15:24:04 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.vm	2010-08-05 12:30:26 +0000
@@ -21,9 +21,10 @@
 		<!--<th>$i18n.getString( "timestamp" )</th>-->
 		<!--<th>$i18n.getString( "stored_by" )</th>-->
 	</tr>
+
 #set( $count = 0 )
 #set( $mark = 0 )
-#set( $tabIndex = 1 )
+
 #foreach( $dataElement in $section.dataElements )
 	#set( $count = $count + 1 )
 	#if( $mark == 1 )

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/form.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/form.vm	2010-07-12 15:24:04 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/form.vm	2010-08-05 12:30:26 +0000
@@ -3,6 +3,8 @@
 
 #set( $marker = 0 )
 
+#set( $tabIndex = 1 )
+
 #foreach( $section in $sections)	
 	
 	#if( $marker == 1 )

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/multiDimensionalDataElement.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/multiDimensionalDataElement.vm	2010-07-07 10:56:07 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/multiDimensionalDataElement.vm	2010-08-05 12:30:26 +0000
@@ -1,7 +1,6 @@
 <table class="mainPageTable" cellpadding="0">
 	
-    #set( $categoryComboId = $sectionCombos.get( $section.id ) )    
-    #set( $tabIndex = 1 )
+    #set( $categoryComboId = $sectionCombos.get( $section.id ) )   
 
     #set( $colCount = $numberOfTotalColumns.get( $categoryComboId )  ) 
     #set( $categories = $orderedCategories.get( $categoryComboId )  )