← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1398: minor change

 

------------------------------------------------------------
revno: 1398
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-02-05 09:03:03 +0100
message:
  minor change
modified:
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multidimensional/form.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/multidimensional/form.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multidimensional/form.vm	2009-12-11 12:18:35 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multidimensional/form.vm	2010-02-05 08:03:03 +0000
@@ -93,7 +93,13 @@
                                         $encoder.htmlEncode( $dataElement.name )
                                     #end           
                                 </span>
-                            </td>         
+                            </td>    
+                            
+                            ##type      
+                            <td style="display:none">
+                                $dataElementTypeMap.get( $dataElement.type )
+                                <span id="value[$dataElement.id].type" style="display:none">$dataElement.type</span>
+                            </td>                                  
                                             
                             #foreach( $optionCombo in $optionCombos )                       
                                 #set( $minMax = false )
@@ -155,11 +161,7 @@
                                 </td>
                                 #set( $tabIndex = $tabIndex + 1 )
                             #end
-                        </tr>
-                        <tr style="display:none">
-                            ##type      
-                            <td>$dataElementTypeMap.get( $dataElement.type )<span id="value[$dataElement.id].type" style="display:none">$dataElement.type</span></td>       
-                        </tr>                        
+                        </tr>                                                
                     #end
                 </table>                
             </div>