Index: lams_central/web/authoring/authoring.jsp =================================================================== diff -u -rcfe6f86b357387dc4d4ee125e6df9ee03676e7aa -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision cfe6f86b357387dc4d4ee125e6df9ee03676e7aa) +++ lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -303,7 +303,7 @@ - Index: lams_central/web/authoring/template/createresult.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_central/web/authoring/template/createresult.jsp (.../createresult.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_central/web/authoring/template/createresult.jsp (.../createresult.jsp) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -25,9 +25,9 @@ - ${param.learningDesigntitle} + ${param.learningDesigntitle}
- +
Index: lams_central/web/authoring/template/list.jsp =================================================================== diff -u -r5943e05705f7614c7c1c29d13ce50deacdc46cc0 -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_central/web/authoring/template/list.jsp (.../list.jsp) (revision 5943e05705f7614c7c1c29d13ce50deacdc46cc0) +++ lams_central/web/authoring/template/list.jsp (.../list.jsp) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -22,7 +22,7 @@

- +
-
-
Index: lams_central/web/authoring/template/tbl/appex.jsp =================================================================== diff -u -re0265c3507ca12f61524934309a32092296fe601 -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_central/web/authoring/template/tbl/appex.jsp (.../appex.jsp) (revision e0265c3507ca12f61524934309a32092296fe601) +++ lams_central/web/authoring/template/tbl/appex.jsp (.../appex.jsp) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -11,7 +11,7 @@
- +
- +
Index: lams_central/web/includes/javascript/authoring/authoringActivity.js =================================================================== diff -u -r75a3cb7f176ec1704bda7250d704359ff8177714 -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision 75a3cb7f176ec1704bda7250d704359ff8177714) +++ lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -1399,7 +1399,7 @@ 'open' : function() { var dialog = $(this); // load contents after opening the dialog - $('iframe', dialog).attr('src', activity.authorURL).load(function(){ + $('iframe', dialog).attr('id','iframeForActivity').attr('src', activity.authorURL).load(function(){ // override the close function so it works with the dialog, not window this.contentWindow.closeWindow = function(){ // detach the 'beforeClose' handler above, attach the standard one and close the dialog Index: lams_central/web/includes/javascript/authoring/authoringMenu.js =================================================================== diff -u -rc273aea6f908193080903efb968a837967282832 -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_central/web/includes/javascript/authoring/authoringMenu.js (.../authoringMenu.js) (revision c273aea6f908193080903efb968a837967282832) +++ lams_central/web/includes/javascript/authoring/authoringMenu.js (.../authoringMenu.js) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -714,7 +714,7 @@ 'open' : function() { var dialog = $(this); // load contents after opening the dialog - $('iframe', dialog).attr('src', LAMS_URL + '/authoring/template/list.jsp').load(function(){ + $('iframe', dialog).attr('id','templateModal').attr('src', LAMS_URL + '/authoring/template/list.jsp').load(function(){ // override the close function so it works with the dialog, not window this.contentWindow.closeWindow = function(){ // detach the 'beforeClose' handler above, attach the standard one and close the dialog Index: lams_learning/web/lessonComplete.jsp =================================================================== diff -u -rb546f3a46de916721f4d729ac1b0e64cc1eb9cb4 -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_learning/web/lessonComplete.jsp (.../lessonComplete.jsp) (revision b546f3a46de916721f4d729ac1b0e64cc1eb9cb4) +++ lams_learning/web/lessonComplete.jsp (.../lessonComplete.jsp) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -164,7 +164,7 @@ -
  +
    Index: lams_tool_lamc/web/authoring/itemlist.jsp =================================================================== diff -u -r6ec43132d9df310eebff50fac6fca9f095757bd7 -r495d8ba0d70ac286d4e8aaa40dd390669cf59e99 --- lams_tool_lamc/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision 6ec43132d9df310eebff50fac6fca9f095757bd7) +++ lams_tool_lamc/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision 495d8ba0d70ac286d4e8aaa40dd390669cf59e99) @@ -11,11 +11,11 @@