------------------------------------------------------------ revno: 8427 committer: Lars Helge Ă˜verland <[email protected]> branch nick: dhis2 timestamp: Mon 2012-10-08 14:47:00 +0200 message: Made input fields bigger in write message screen modified: dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm 2011-08-03 12:14:53 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm 2012-10-08 12:47:00 +0000 @@ -10,13 +10,13 @@ <table> <tr> -<td>$i18n.getString( "subject" )</td> -<td><input type="text" id="subject" name="subject" style="width:495px"></td> +<td style="min-width:80px">$i18n.getString( "subject" )</td> +<td><input type="text" id="subject" name="subject" style="width:615px; padding:4px; border:1px solid grey !important;"></td> </tr> <tr> <td>$i18n.getString( "text" )</td> -<td><textarea id="text" name="text" style="width:495px;height:200px"></textarea></td> +<td><textarea id="text" name="text" style="width:619px;height:220px"></textarea></td> </tr> <tr> === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm 2012-10-03 15:43:35 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm 2012-10-08 12:47:00 +0000 @@ -35,24 +35,24 @@ <table> <tr> -<td style="min-width:80px" rowspan="2">$i18n.getString( "recipients" )</td> +<td style="width:80px" rowspan="2">$i18n.getString( "recipients" )</td> <td> #organisationUnitSelectionTree( true true false ) </td> </tr> <td> -<input type="hidden" name="additionalUsers" id="additionalUsers" style="width: 545px; padding: 4px; border: 1px solid grey;"/> +<input type="hidden" name="additionalUsers" id="additionalUsers" style="width:545px; padding:4px; border:1px solid grey;"/> </td> </tr> <tr> <td>$i18n.getString( "subject" )</td> -<td><input type="text" id="subject" name="subject" style="width: 535px; padding: 4px; border: 1px solid grey !important;"></td> +<td><input type="text" id="subject" name="subject" style="width:615px; padding:4px; border:1px solid grey !important;"></td> </tr> <tr> <td>$i18n.getString( "text" )</td> -<td><textarea id="text" name="text" style="width:539px; height:200px; border: 1px solid grey !important;"></textarea></td> +<td><textarea id="text" name="text" style="width:619px; height:220px; border:1px solid grey !important;"></textarea></td> </tr> <tr>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

