Index: lams_central/web/outcome/outcomeEdit.jsp =================================================================== diff -u -r24961a0e4692ce893e1903a9ab498f34aaf012b8 -r62aaf160878735888d077bf28fac3c1989bb8fbd --- lams_central/web/outcome/outcomeEdit.jsp (.../outcomeEdit.jsp) (revision 24961a0e4692ce893e1903a9ab498f34aaf012b8) +++ lams_central/web/outcome/outcomeEdit.jsp (.../outcomeEdit.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 outcomesFrame = $('#dialogOutcome iframe', window.parent.document); if (outcomesFrame.length == 0) { window.parent.document.location.href = - 'outcome.do?method=outcomeManage${empty param.organisationID ? "" : "&organisationID=param.organisationID"}'; + 'outcome/outcomeManage.do${empty param.organisationID ? "" : "?organisationID=param.organisationID"}'; } else { outcomesFrame.attr('src', outcomesFrame.attr('src')); $('#dialogOutcomeEdit', window.parent.document).remove(); @@ -49,14 +48,12 @@ - - - + + - - - - + + +
@@ -65,28 +62,29 @@
<%-- Error Messages --%> - - - -
-
-
-
+ + + + + + + +
: - + @@ -96,13 +94,13 @@
@@ -130,6 +128,6 @@
- + \ No newline at end of file