dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11003
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3043: minor fix
------------------------------------------------------------
revno: 3043
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-03-15 17:29:07 +0100
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/feedbackForm.vm
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.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-commons-resources/src/main/webapp/dhis-web-commons/about/feedbackForm.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/feedbackForm.vm 2011-03-14 09:46:14 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/feedbackForm.vm 2011-03-15 16:29:07 +0000
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="/dhis-web-commons/javascripts/feedbackForm.js"></script>
+<script type="text/javascript" src="../dhis-web-commons/javascripts/feedbackForm.js"></script>
<script type="text/javascript">
var i18n_enter_message = '$encoder.jsEscape( $i18n.getString( "enter_message" ) , "'")';
</script>
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2011-03-15 14:49:49 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2011-03-15 16:29:07 +0000
@@ -1088,6 +1088,9 @@
return validator;
}
+/*
+ * @return A dictionary containing the default validation rules.
+ */
function getValidationRules() {
var validationRules;