dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19830
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8812: Minor fix for visit schedule.
------------------------------------------------------------
revno: 8812
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-11-01 13:22:35 +0700
message:
Minor fix for visit schedule.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanRecords.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/activityPlanRecords.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanRecords.vm 2012-10-22 07:32:15 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanRecords.vm 2012-11-01 06:22:35 +0000
@@ -1,29 +1,17 @@
<script src="javascript/tooltip.js" type="text/javascript"></script>
<table>
<tr>
- <td class='text-column' >$i18n.getString( "search_result_matching_the_search_criteria" ):</td>
- <td> </td>
- <td> </td>
- <td>
- #if($!listAll)
- $i18n.getString( "list_all_patients" )
- #else
- $i18n.getString( "search_patients" )
- #end
- </td>
- </tr>
-
- <tr>
- <td class='text-column' >$i18n.getString( "total_result" ):</td>
+ <td class='text-column'>$i18n.getString( "total_result" ):</td>
<td> </td>
<td> </td>
<td>$!total</td>
</tr>
+ #if( $patients && $patients.size()>0 )
+ <tr><td class='text-column'>#parse( "/dhis-web-caseentry/colorHelp.vm" )</td></tr>
+ #end
</table>
#if( $patients && $patients.size()>0 )
- <p>#parse( "/dhis-web-caseentry/colorHelp.vm" )</p>
-
<table id="patientList" class="listTable">
#set( $mark = false )
#foreach( $patient in $patients )