------------------------------------------------------------ revno: 7231 committer: Hieu <[email protected]> branch nick: dhis2 timestamp: Thu 2012-06-07 15:39:52 +0700 message: local vn - Minor fixed. modified: local/vn/dhis-web-spreadsheet-reporting/src/main/webapp/dhis-web-spreadsheet-reporting/generateReportForm_originalGUI.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 'local/vn/dhis-web-spreadsheet-reporting/src/main/webapp/dhis-web-spreadsheet-reporting/generateReportForm_originalGUI.vm' --- local/vn/dhis-web-spreadsheet-reporting/src/main/webapp/dhis-web-spreadsheet-reporting/generateReportForm_originalGUI.vm 2012-06-07 07:59:17 +0000 +++ local/vn/dhis-web-spreadsheet-reporting/src/main/webapp/dhis-web-spreadsheet-reporting/generateReportForm_originalGUI.vm 2012-06-07 08:39:52 +0000 @@ -38,7 +38,8 @@ <tr> <td><label>$i18n.getString( 'period' )<em title="$i18n.getString( 'required' )" class="required">*</em></label></td> <td> - <select type="text" id="selectedPeriodId" name="selectedPeriodId" style="width:220px"></select> + <select type="text" id="selectedPeriodId" name="selectedPeriodId" style="width:220px" onchange="getRelativePeriods( this.value )"></select> + <input type="hidden" id="selectedPeriodId2"/> <input type="button" value="<<" onclick="getPreviousPeriod()" id="lastPeriod"/> <input type="button" value=">>" onclick="getNextPeriod()" id="nextPeriod"/> </td>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

