dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07017
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1966: Minor fix.
------------------------------------------------------------
revno: 1966
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-08-25 15:30:55 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageDataEntryForm.vm
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/patient.css
--
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/programStageDataEntryForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageDataEntryForm.vm 2010-08-25 05:51:43 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageDataEntryForm.vm 2010-08-25 08:30:55 +0000
@@ -1,3 +1,5 @@
+<SCRIPT src="javascript/dataEntry.js" type="text/javascript"></SCRIPT>
+
<form id="selectRecordingForm" name="selectRecordingForm" method="post" action="selectDataRecording.action">
<input type="hidden" id="id" name="id" value="$patient.id">
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/patient.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/patient.css 2010-02-22 09:19:15 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/patient.css 2010-08-25 08:30:55 +0000
@@ -1,10 +1,16 @@
+table
+{
+ margin-bottom:20px;
+ font-size: 13px;
+ line-height:18px;
+}
#patientInfo
{
color: black;
background-color: #D5FFC5;
border: 1px solid black;
- font-size: 14px;
+ font-size: 12px;
}
#currentSelection
@@ -15,7 +21,7 @@
font-size: 12px;
}
-#dragDiv{ display:none;border : 1px solid red; background: yellow; color:black; z-index: 999; position: fixed;}
+#dragDiv{ display:none;border : 1px solid red; background: yellow; color:black; z-index: 9999999; position: fixed; }
.focusCell{background-color: #AFCCFF}
.errorCell{background-color: #FFCFCF}