Index: lams_central/web/outcome/scaleEdit.jsp =================================================================== diff -u -r24961a0e4692ce893e1903a9ab498f34aaf012b8 -r62aaf160878735888d077bf28fac3c1989bb8fbd --- lams_central/web/outcome/scaleEdit.jsp (.../scaleEdit.jsp) (revision 24961a0e4692ce893e1903a9ab498f34aaf012b8) +++ lams_central/web/outcome/scaleEdit.jsp (.../scaleEdit.jsp) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) @@ -2,9 +2,8 @@ <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-html" prefix="html"%> -<%@ taglib uri="tags-logic" prefix="logic" %> <%@ taglib uri="tags-function" prefix="fn" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> @@ -23,7 +22,7 @@ var scalesFrame = $('#dialogOutcomeScale iframe', window.parent.document); if (scalesFrame.length == 0) { window.parent.document.location.href = - 'outcome.do?method=scaleManage${empty param.organisationID ? "" : "&organisationID=param.organisationID"}'; + 'outcome/scaleManage.do${empty param.organisationID ? "" : "?organisationID=param.organisationID"}'; } else { scalesFrame.attr('src', scalesFrame.attr('src')); $('#dialogOutcomeScaleEdit', window.parent.document).remove(); @@ -35,14 +34,12 @@ - - - + + - - - - + + +
@@ -51,28 +48,29 @@
<%-- Error Messages --%> - - - -
-
-
-
+ + + + + + + +
: - + @@ -82,7 +80,7 @@
@@ -110,6 +108,6 @@
- + \ No newline at end of file