diff --git a/wise-webapp/src/main/webapp/css/toolbar.less b/wise-webapp/src/main/webapp/css/toolbar.less index 04ab29be..62d991e9 100644 --- a/wise-webapp/src/main/webapp/css/toolbar.less +++ b/wise-webapp/src/main/webapp/css/toolbar.less @@ -25,12 +25,11 @@ div#mapName >span { font-weight: bold; } -div#back { - background: url(../../images/editor/back-icon.svg) no-repeat center center; - height: 40px; - width: 80px; +div#backToList { + height: 24px; + width: 24px; float: left; - margin: 6px 0px; + margin: 13px 20px; } /******************************************************************************************/ diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp index bd1f6eb7..c9f52271 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp @@ -30,6 +30,8 @@ var mindmapLockedMsg = ''; var userOptions = ${mindmap.properties}; var isAuth = ${principal != null}; + var accountName = '${principal.fullName}'; + var accountEmail = '${principal.email}'; <%@ include file="/jsp/googleAnalytics.jsf" %> diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf b/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf index 05cbbfe1..5cfda854 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf @@ -1,91 +1,90 @@ <%--@elvariable id="mindmap" type="com.wisemapping.model.Mindmap"--%>
-
-
-
- -
- -
-
-
+
+ +
+
-
-
- -
-
- -
+
+
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
- -
- -
- -
-
-
- -
-
-
- + +
+
+ +
+
+ +
-
Share
-
- + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
-
- +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
-
- +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+
Share
+
+ +
+
+ +
+
+ +
+
+
\ No newline at end of file