← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6023: (patient) Remove the No column in data entry form.

 

------------------------------------------------------------
revno: 6023
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-02-17 20:00:14 +0700
message:
  (patient) Remove the No column in data entry form.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/listPatient.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-caseentry/src/main/webapp/dhis-web-caseentry/listPatient.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/listPatient.vm	2012-01-31 05:11:00 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/listPatient.vm	2012-02-17 13:00:14 +0000
@@ -14,7 +14,6 @@
     <td>    
       <table class="listTable">                   
           <col>
-		  <col>
           <col>
           <col>
           <col>  
@@ -25,8 +24,7 @@
 		  <col width="20">                        
 		  <col width="20"> 
           <tr>
-            <th>#</th>
-			<th>$i18n.getString( "full_name" )</th>        
+            <th>$i18n.getString( "full_name" )</th>        
             <th>$i18n.getString( "gender" )</th>
             <th>$i18n.getString( "date_of_birth" )</th>
             <th>$i18n.getString( "age" )</th>   
@@ -41,10 +39,6 @@
           
           #foreach( $patient in $patients )
           	<tr #alternate( $mark )>
-				<td>
-					#set( $nr = ( ( $paging.getCurrentPage() - 1  ) * $paging.pageSize ) + $velocityCount )
-					$nr
-				</td>
 				
 				<td>			
 					$encoder.htmlEncode( $patient.getFullName() )