Index: lams_central/web/includes/javascript/dialog.js =================================================================== diff -u -r43ae21d68226948101aa896668a2a4df943f3626 -r62aaf160878735888d077bf28fac3c1989bb8fbd --- lams_central/web/includes/javascript/dialog.js (.../dialog.js) (revision 43ae21d68226948101aa896668a2a4df943f3626) +++ lams_central/web/includes/javascript/dialog.js (.../dialog.js) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) @@ -330,7 +330,7 @@ } }, 'open' : function() { - var url = LAMS_URL + 'authoring/author.do?method=openAuthoring'; + var url = LAMS_URL + 'authoring/openAuthoring.do'; if (learningDesignID) { url += '&learningDesignID=' + learningDesignID; @@ -383,11 +383,11 @@ if (lessonID) { // load contents after opening the dialog $('iframe', dialog).attr('src', LAMS_URL - + 'monitoring/emailNotifications.do?method=getLessonView&lessonID=' + + 'monitoring/emailNotifications/getLessonView.do?lessonID=' + lessonID); } else { $('iframe', dialog).attr('src', LAMS_URL - + 'monitoring/emailNotifications.do?method=getCourseView&organisationID=' + + 'monitoring/emailNotifications/getCourseView.do?organisationID=' + orgID); } } @@ -404,7 +404,7 @@ 'open' : function() { var dialog = $(this); // load contents after opening the dialog - $('iframe', dialog).attr('src', LAMS_URL + 'index.do?method=portrait&isReturnButtonHidden=true'); + $('iframe', dialog).attr('src', LAMS_URL + 'index.do?redirect=portrait&isReturnButtonHidden=true'); // in case of mobile devices allow iframe scrolling if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {