Index: lams_central/web/outcome/outcomeEdit.jsp
===================================================================
diff -u -rf0a07161503850e9dcdb4b69b4a37be03744743b -r846f7b4c76f01650ce4a2df946772bafc4228dcf
--- lams_central/web/outcome/outcomeEdit.jsp (.../outcomeEdit.jsp) (revision f0a07161503850e9dcdb4b69b4a37be03744743b)
+++ lams_central/web/outcome/outcomeEdit.jsp (.../outcomeEdit.jsp) (revision 846f7b4c76f01650ce4a2df946772bafc4228dcf)
@@ -26,23 +26,25 @@
'outcome.do?method=outcomeManage${empty param.organisationID ? "" : "&organisationID=param.organisationID"}';
} else {
outcomesFrame.attr('src', outcomesFrame.attr('src'));
- window.parent.closeDialog('dialogOutcomeEdit');
+ $('#dialogOutcomeEdit', window.parent.document).remove();
}
var organisationId = '${param.organisationID}',
- outcomeId = '${param.outcomeId}',
LAMS_URL = '',
-
decoderDiv = $('
'),
LABELS = {
-
+
+ ADD_OUTCOME_TITLE : '',
+
+ EDIT_OUTCOME_TITLE : '',
+
+ REMOVE_OUTCOME_CONFIRM_LABEL : decoderDiv.html('').text(),
+
+ OUTCOME_SCALE_MANAGE_TITLE : '',
+
+ OUTCOME_SCALE_COURSE_MANAGE_TITLE : ''
};
-
- function submitOutcome(){
- CKEDITOR.instances.description.updateElement();
- document.getElementById("outcomeForm");
- }
@@ -64,7 +66,7 @@
<%-- Error Messages --%>
-
+
@@ -105,6 +107,9 @@
+
:
@@ -123,7 +128,7 @@
-