dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22851
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11124: fixed minor ui bug in anonymous case entry
------------------------------------------------------------
revno: 11124
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-05-31 13:38:13 +0700
message:
fixed minor ui bug in anonymous case entry
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js
--
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/javascript/anonymousRegistration.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2013-05-19 09:15:33 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2013-05-31 06:38:13 +0000
@@ -1025,7 +1025,7 @@
jQuery( '.stage-object-selected' ).attr( 'psid', programStageId );
setInnerHTML( 'programName', programName );
jQuery('#executionDate').css('width',430);
- jQuery('#executionDate').css('margin-right',30);
+ jQuery('#executionDate').css('margin-right',34);
if ( getFieldValue( 'completed' ) == 'true' ) {
disable( "completeBtn" );