← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2187: fix bug: In Multiple Dataentry for Benificiary when we click on ProgramState Screen is not loadin...

 

------------------------------------------------------------
revno: 2187
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-09-21 18:40:40 +0700
message:
  fix bug: In Multiple Dataentry for Benificiary when we click on ProgramState Screen is not loading in Popup window.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml


--
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/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml	2010-08-25 05:51:43 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml	2010-09-21 11:40:40 +0000
@@ -150,16 +150,16 @@
       <param name="page">/dhis-web-caseentry/dataentryRecords.vm</param>
       <param name="menu">/dhis-web-caseentry/dataEntryMenu.vm</param>    
       <param name="javascripts">
-      	  ../dhis-web-commons/util/jquery-ui.js, 
+      	  ../dhis-web-commons/javascripts/jQuery/ui/jquery-ui.js, 
 	      ../dhis-web-commons/calendar/calendar.js,
 	      ../dhis-web-commons/calendar/calendar-lang.js,
 	      ../dhis-web-commons/calendar/calendar-setup.js,
-	      ../dhis-web-commons/util/jquery.metadata.js,
+	      ../dhis-web-commons/javascripts/jQuery/jquery.metadata.js,
 	      ../dhis-web-commons/ouwt/ouwt.js,javascript/dataEntry.js,
 	      javascript/customcheckbox/prettyCheckboxes.js
       </param> 
       <param name="stylesheets">
-	      ../dhis-web-commons/util/css/redmond/jquery-ui.css,
+	      ../dhis-web-commons/jQuery/ui/css/redmond/jquery-ui.css,
 	      style/patient.css,
 	      javascript/customcheckbox/prettyCheckboxes.css
       </param>