Index: lams_central/web/WEB-INF/struts/struts-config.xml =================================================================== diff -u -r662af4c9490c6c67127cda6c29d7d806a9e9eaca -rf0bef7d11b4f82936c417e6e55c25fe9bfdb9a82 --- lams_central/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision 662af4c9490c6c67127cda6c29d7d806a9e9eaca) +++ lams_central/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision f0bef7d11b4f82936c417e6e55c25fe9bfdb9a82) @@ -189,24 +189,12 @@ /> - - + + - - - - - - org.lamsfoundation.lams.central.ApplicationResources + contextConfigLocation @@ -607,6 +625,8 @@ /authoringConfirm.jsp /community.jsp /editprofile.jsp + /findUserLessons.jsp + /findUserLessonsAutocomplete.jsp /footer.jsp /group.jsp /groupContents.jsp @@ -632,6 +652,7 @@ /fckeditor/* /toolcontent/* /development/* + /pedagogical_planner/* /JHB/* Index: lams_central/web/fckeditor/editor/plugins/videorecorder/VideoRecorderFCKEditor.jsp =================================================================== diff -u -r0bbad8932a51efb88ac79f78bf2c7d7396554fe9 -rf0bef7d11b4f82936c417e6e55c25fe9bfdb9a82 --- lams_central/web/fckeditor/editor/plugins/videorecorder/VideoRecorderFCKEditor.jsp (.../VideoRecorderFCKEditor.jsp) (revision 0bbad8932a51efb88ac79f78bf2c7d7396554fe9) +++ lams_central/web/fckeditor/editor/plugins/videorecorder/VideoRecorderFCKEditor.jsp (.../VideoRecorderFCKEditor.jsp) (revision f0bef7d11b4f82936c417e6e55c25fe9bfdb9a82) @@ -2,7 +2,13 @@ <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="tags-core" prefix="c"%> +<% + String red5Url = Configuration.get(ConfigurationKeys.RED5_SERVER_URL); + String red5RecordingsUrl = Configuration.get(ConfigurationKeys.RED5_RECORDINGS_URL); +%> + @@ -31,24 +37,20 @@ + + + + - - - <%-- initial html / presence.js adds on html into here --%> -
+
<%-- only pop the message box if im is enabled --%>
@@ -93,6 +118,7 @@
+ <%-- always pop the roster --%>
+ + <%-- div reserved for storing context menus --%>
+
+ + <%-- floating div shown when IE6 is being used --%> +
+ Sorry, Internet Explorer 6 is not compatible with Presence Chat
\ No newline at end of file Index: lams_learning/web/mainflash.jsp =================================================================== diff -u -r61df3f3f473a3619f93c63ceb879ae36438020e8 -rf0bef7d11b4f82936c417e6e55c25fe9bfdb9a82 --- lams_learning/web/mainflash.jsp (.../mainflash.jsp) (revision 61df3f3f473a3619f93c63ceb879ae36438020e8) +++ lams_learning/web/mainflash.jsp (.../mainflash.jsp) (revision f0bef7d11b4f82936c417e6e55c25fe9bfdb9a82) @@ -153,7 +153,7 @@ - <%@ include file="/includes/presenceChat.jsp" %> + <%@ include file="/includes/presenceChat.jsp" %>