------------------------------------------------------------ revno: 10682 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Wed 2013-04-24 19:13:43 +0700 message: minor ui fix for anonymous entry form modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/anonymousRegistration.vm dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.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/anonymousRegistration.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/anonymousRegistration.vm 2013-04-22 04:16:31 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/anonymousRegistration.vm 2013-04-24 12:13:43 +0000 @@ -151,7 +151,7 @@ <div id='listDiv'></div> <div id='dataEntryInfor' class='hidden'> - <table style="width:600px;" class="listTable"> + <table style="width:600px; margin-bottom: 0;" class="listTable"> <tr> <th style='width:220px' colspan='2'><span id="reportDateDescriptionField2">$i18n.getString( "report_date" )</span> <em title="$i18n.getString( "required" )" class="required">*</em> </th> <th colspan="2"><input type="text" id="executionDate" name="executionDate" onchange="addNewEvent();" style="margin-left:10px;width:300px;" ></th> === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2013-04-18 13:24:10 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2013-04-24 12:13:43 +0000 @@ -20,7 +20,7 @@ <input type='hidden' name='remindCompleted' id='remindCompleted'> <div id='entryForm' class='hidden'> - <table style="width:600px;margin-top:-9px" class="listTable"> + <table style="width:600px;margin-top:-20px" class="listTable"> #if($programStage.captureCoordinates=='true') <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

