Index: lams_tool_pixlr/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -rf31b75c40cca57454726c6f43dfba57cc2dae37c -r4539f61212802fc0e2c9cebc3365f7193b1c922e --- lams_tool_pixlr/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision f31b75c40cca57454726c6f43dfba57cc2dae37c) +++ lams_tool_pixlr/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 4539f61212802fc0e2c9cebc3365f7193b1c922e) @@ -118,5 +118,6 @@ admin.pixlrLanguageCSV =Enter the comma-separated language key values supported by Pixlr admin.formError =The was an error processing the form, please make sure the input text is in comma-separated format: xx,yy,zz admin.success =Configuration successfully saved. +message.learner.saveWhenFinished =When you have finished editing your image, click file/save to return to learner. #======= End labels: Exported 103 labels for en AU ===== Index: lams_tool_pixlr/web/pages/learning/pixlr.jsp =================================================================== diff -u -rc9e47f78a71bbfa3530881ae85027e75ad742741 -r4539f61212802fc0e2c9cebc3365f7193b1c922e --- lams_tool_pixlr/web/pages/learning/pixlr.jsp (.../pixlr.jsp) (revision c9e47f78a71bbfa3530881ae85027e75ad742741) +++ lams_tool_pixlr/web/pages/learning/pixlr.jsp (.../pixlr.jsp) (revision 4539f61212802fc0e2c9cebc3365f7193b1c922e) @@ -7,6 +7,8 @@ function openPixlr(url) { + alert(''); + url += "&target=" + escape("${returnURL}"); url += "&image=" + escape("${currentImageURL}"); openPopup(url, 570, 796);