dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09523
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2547: Minor changed
------------------------------------------------------------
revno: 2547
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-01-13 10:12:47 +0700
message:
Minor changed
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/report/addReportExcelItemForm.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-excel-reporting/src/main/webapp/dhis-web-excel-reporting/report/addReportExcelItemForm.vm'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/report/addReportExcelItemForm.vm 2011-01-12 08:57:11 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/report/addReportExcelItemForm.vm 2011-01-13 03:12:47 +0000
@@ -59,7 +59,7 @@
<td><label>$i18n.getString('expression')<em title="$i18n.getString( 'required' )" class="required">*</em></label></td>
<td>
<input type="button" id="expression-button" value="$i18n.getString('expression')" style="width:20em"/>
- <input type="text" id="expression" name="expression" style="width:15em" class="{validate:{required:true}}"/>
+ <input type="hidden" id="expression" name="expression" style="width:15em" class="{validate:{required:true}}"/>
</td>
</tr>