dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25619
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12763: Minor fix for Program stage completeness.
------------------------------------------------------------
revno: 12763
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-10-17 13:28:19 +0700
message:
Minor fix for Program stage completeness.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageCompletenessSelect.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/programStageCompletenessSelect.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageCompletenessSelect.vm 2013-07-23 05:44:52 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageCompletenessSelect.vm 2013-10-17 06:28:19 +0000
@@ -17,17 +17,9 @@
<form id='activityPlanForm' name='activityPlanForm'>
<input type='hidden' id='export' value='export'>
- <div id='selectDiv' style='width:550px;'>
+ <div id='selectDiv' style='width:550px;' class='advanced-search'>
<table style="margin-bottom:8px;width:550px;">
<tr>
- <td>
- <label>$i18n.getString( "registering_unit" )</label>
- </td>
- <td>
- <input type="text" id='orgunitName' readonly="readonly" #if( $organisationUnit ) value="$encoder.htmlEncode( $organisationUnit.name )" #else value="[$i18n.getString( 'please_select_village' )]" #end >
- </td>
- </tr>
- <tr>
<td>$i18n.getString('program')</td>
<td>
<select id='programId' name='programId' class="{validate:{required:true}}" >