diff --git a/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties b/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties index 183ea3c8..36b534c5 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties @@ -301,7 +301,7 @@ NEWS_TOOLBAR_SHORT =New Editor Toolbar NEWS_TOOLBAR_TEXT = We have update our editor toolbar in order to be more intuitive. #####FOOTER -COPYRIGHT=All content Copyright 2007-2009, WiseMapping Corporation +COPYRIGHT=All content Copyright 2007-2011, WiseMapping Corporation TERMS_AND_CONDITIONS=Terms and Conditions CONTACT=Contact diff --git a/wise-webapp/src/main/webapp/images/wisemapping.swf b/wise-webapp/src/main/webapp/images/wisemapping.swf index f7107bf3..e69de29b 100644 Binary files a/wise-webapp/src/main/webapp/images/wisemapping.swf and b/wise-webapp/src/main/webapp/images/wisemapping.swf differ diff --git a/wise-webapp/src/main/webapp/js/editor.js b/wise-webapp/src/main/webapp/js/editor.js index 38033213..41f1061d 100644 --- a/wise-webapp/src/main/webapp/js/editor.js +++ b/wise-webapp/src/main/webapp/js/editor.js @@ -197,15 +197,16 @@ function afterMindpotLibraryLoading() firstStepWindow.moveTo(0, 0); firstStepWindow.resizeTo(screen.availWidth, screen.availHeight); }); + } + if ($('helpButtonKeyboard') != null) + { var keyboardPanel = $('helpButtonKeyboard') keyboardPanel.addEvent('click', function(event) { MOOdalBox.open('keyboard.htm', 'KeyBoard Shortcuts', '500px 400px', false) }); - } - var iconChooser = buildIconChooser(); iconPanel = new IconPanel({button:$('topicIcon'), onStart:cleanScreenEvent, content:iconChooser}); // Register Events ... diff --git a/wise-webapp/src/main/webapp/jsp/embeddedView.jsp b/wise-webapp/src/main/webapp/jsp/embeddedView.jsp index 751c0c37..1f21b162 100644 --- a/wise-webapp/src/main/webapp/jsp/embeddedView.jsp +++ b/wise-webapp/src/main/webapp/jsp/embeddedView.jsp @@ -1,4 +1,4 @@ - + <%@ include file="/jsp/init.jsp" %> diff --git a/wise-webapp/src/main/webapp/jsp/embeddedViewError.jsp b/wise-webapp/src/main/webapp/jsp/embeddedViewError.jsp index 41f0d4b4..720724f2 100644 --- a/wise-webapp/src/main/webapp/jsp/embeddedViewError.jsp +++ b/wise-webapp/src/main/webapp/jsp/embeddedViewError.jsp @@ -1,4 +1,4 @@ - + <%@ include file="/jsp/init.jsp" %> diff --git a/wise-webapp/src/main/webapp/jsp/embeddedViewImg.jsp b/wise-webapp/src/main/webapp/jsp/embeddedViewImg.jsp index 20b8869c..a6200458 100644 --- a/wise-webapp/src/main/webapp/jsp/embeddedViewImg.jsp +++ b/wise-webapp/src/main/webapp/jsp/embeddedViewImg.jsp @@ -1,4 +1,4 @@ - + <%@ include file="/jsp/init.jsp" %>