=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programTrackingList.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programTrackingList.vm 2012-09-06 09:44:43 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programTrackingList.vm 2012-09-06 10:29:48 +0000 @@ -96,10 +96,10 @@ #set($index = 0) #set( $mark = false ) #foreach( $comment in $comments ) - #if( $index < 1 ) + #if( $index < 5 ) $format.formatDate($comment.createdDate) - $programStageInstance.programStage.name + $programStageInstance.programStage.name $comment.creator - $comment.commentText #set($index = $index + 1) #set( $mark = !$mark) @@ -109,9 +109,8 @@ - #set( $mark = false ) #foreach( $sms in $outboundSms ) - #if( $index < 1 ) + #if( $index < 5 ) $format.formatDate($!sms.date) $programStageInstance.programStage.name @@ -124,7 +123,7 @@ #foreach( $comment in $comments ) - #if( $index >= 1 ) + #if( $index >= 5 ) $format.formatDate($comment.createdDate) $programStageInstance.programStage.name @@ -135,7 +134,7 @@ #end #foreach( $sms in $outboundSms ) - #if( $index >= 1 ) + #if( $index >= 5 ) $format.formatDate($!sms.date) $programStageInstance.programStage.name