------------------------------------------------------------ revno: 845 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Sat 2009-10-10 16:40:09 +0200 message: Added a back button in generate tally sheet form. modified: dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewTallySheetForm.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-reporting/src/main/webapp/dhis-web-reporting/viewTallySheetForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewTallySheetForm.vm 2009-08-22 20:07:24 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewTallySheetForm.vm 2009-10-10 14:40:09 +0000 @@ -9,7 +9,7 @@ </tr> <tr> <td> -<div style="width:42em;height:40em;overflow:auto;border:1px solid #cccccc"> +<div style="width:500px;height:400px;overflow:auto;border:1px solid #cccccc"> <table> <tr style="font-weight: bold"> @@ -55,7 +55,8 @@ Factor <input type="text" size="3" style="text-align: right; margin-top:15px;" id="factor" name="factor" value="$factor"><br> <input type="button" value="$i18n.getString( "calculate_tally_rows" )" style="width:130px; margin-top:15px;" onclick="doRecalculate();"><br> <input type="hidden" name="recalculate" id="recalculate" value="$recalculate"> -<input type="button" value="$i18n.getString( "generate_pdf" )" style="width:130px; margin-top:15px;" onclick="generatePdf();"> +<input type="button" value="$i18n.getString( "generate_pdf" )" style="width:130px; margin-top:15px;" onclick="generatePdf();"><br> +<input type="button" value="$i18n.getString( "back" )" style="width:130px; margin-top:15px;" onclick="window.location.href='tallySheetGenerator.action'"> </td> </tr>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp