diff --git a/config/database/mysql/v3.0-to-v3.2.sql b/config/database/mysql/v3.1-to-v3.3.sql
similarity index 100%
rename from config/database/mysql/v3.0-to-v3.2.sql
rename to config/database/mysql/v3.1-to-v3.3.sql
diff --git a/web2d/src/main/javascript/peer/svg/TextPeer.js b/web2d/src/main/javascript/peer/svg/TextPeer.js
index 538a5bd5..62b1197b 100644
--- a/web2d/src/main/javascript/peer/svg/TextPeer.js
+++ b/web2d/src/main/javascript/peer/svg/TextPeer.js
@@ -169,7 +169,6 @@ web2d.peer.svg.TextPeer = new Class({
computedWidth = 10;
}
- console.log("Final result:"+computedWidth);
var width = parseInt(computedWidth);
width = width + this._font.getWidthMargin();
diff --git a/wise-editor/src/main/webapp/css/editor.less b/wise-editor/src/main/webapp/css/editor.less
index 4572652f..817b4415 100644
--- a/wise-editor/src/main/webapp/css/editor.less
+++ b/wise-editor/src/main/webapp/css/editor.less
@@ -1,5 +1,5 @@
@import "compatibility.less";
-@import "css/libraries/moodialog/css/MooDialog.css";
+@import "libraries/moodialog/css/MooDialog.css";
/********************************************************************************/
/* Header & Toolbar Styles */
/********************************************************************************/
diff --git a/wise-webapp/src/main/webapp/css/pageHeaders.css b/wise-webapp/src/main/webapp/css/pageHeaders.css
index 1735b90a..94ab0341 100644
--- a/wise-webapp/src/main/webapp/css/pageHeaders.css
+++ b/wise-webapp/src/main/webapp/css/pageHeaders.css
@@ -125,4 +125,9 @@ div#headerActions {
div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link, div#headerActions a:visited {
color: white;
-}
\ No newline at end of file
+}
+
+#dialogMainForm label
+{
+ font-weight:normal;
+}
diff --git a/wise-webapp/src/main/webapp/css/pageTemplate.css b/wise-webapp/src/main/webapp/css/pageTemplate.css
index b474e35c..1d2206d1 100644
--- a/wise-webapp/src/main/webapp/css/pageTemplate.css
+++ b/wise-webapp/src/main/webapp/css/pageTemplate.css
@@ -55,8 +55,6 @@ div#pageContainer {
}
#loginPanel h1 {
- color: #ffffff;
+ color: #00008b;
}
-
-
diff --git a/wise-webapp/src/main/webapp/jsp/accountSettings.jsp b/wise-webapp/src/main/webapp/jsp/accountSettings.jsp
index 4b5cc92d..2030cb6b 100755
--- a/wise-webapp/src/main/webapp/jsp/accountSettings.jsp
+++ b/wise-webapp/src/main/webapp/jsp/accountSettings.jsp
@@ -8,62 +8,78 @@
-
+
+
+
+
@@ -157,11 +180,11 @@
postChange(
"c/restful/account/password",
inputVal,
- function() {
+ function () {
changePasswordMsg.removeClass('alert-danger').addClass('alert-info').show();
changePasswordMsg.text('');
},
- function(textStatus) {
+ function (textStatus) {
changePasswordMsg.removeClass('alert-info').addClass('alert-danger').show();
changePasswordMsg.text(textStatus);
}
@@ -177,12 +200,12 @@
postChange(
"c/restful/account/firstname",
firstname,
- function() {
+ function () {
var changeInfoMsg = $('#changeInfoMsg');
changeInfoMsg.removeClass('alert-error').addClass('alert-info').show();
changeInfoMsg.text('');
},
- function(textStatus) {
+ function (textStatus) {
changeInfoMsg.removeClass('alert-info').addClass('alert-danger').show();
changeInfoMsg.text(textStatus);
}
@@ -190,11 +213,11 @@
postChange(
"c/restful/account/lastname",
lastname,
- function() {
+ function () {
changeInfoMsg.removeClass('alert-danger').addClass('alert-info').show();
changeInfoMsg.text('');
},
- function(textStatus) {
+ function (textStatus) {
changeInfoMsg.removeClass('alert-info').addClass('alert-danger').show();
changeInfoMsg.text(textStatus);
}
@@ -209,11 +232,11 @@
postChange(
"c/restful/account/locale",
locale,
- function() {
+ function () {
languageMsg.removeClass('alert-danger').addClass('alert-info').show();
languageMsg.text('');
},
- function(textStatus) {
+ function (textStatus) {
languageMsg.removeClass('alert-info').addClass('alert-danger').show();
languageMsg.text(textStatus);
}
@@ -226,10 +249,10 @@
postChange(
"c/restful/account",
locale,
- function() {
+ function () {
window.location.href = "/c/logout"
},
- function(textStatus) {
+ function (textStatus) {
var deleteAccountMsg = $('#deleteAccountMsg');
deleteAccountMsg.removeClass('alert-info').addClass('alert-danger').show();
deleteAccountMsg.text(textStatus);
diff --git a/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp b/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp
index e4d7b84e..c3b6a64b 100644
--- a/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp
+++ b/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp
@@ -21,14 +21,15 @@
-
-
-
+
+
+
+
-
+
diff --git a/wise-webapp/src/main/webapp/jsp/mindmapExport.jsp b/wise-webapp/src/main/webapp/jsp/mindmapExport.jsp
index 0482e96a..7b3dbd8d 100644
--- a/wise-webapp/src/main/webapp/jsp/mindmapExport.jsp
+++ b/wise-webapp/src/main/webapp/jsp/mindmapExport.jsp
@@ -33,7 +33,7 @@
+
-
diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp
index 99ff7578..8b18f16a 100644
--- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp
+++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp
@@ -7,6 +7,8 @@
+
+
-
@@ -14,7 +16,7 @@
-
+
@@ -210,8 +212,7 @@
+
@@ -247,7 +248,7 @@
diff --git a/wise-webapp/src/main/webapp/jsp/template.jsp b/wise-webapp/src/main/webapp/jsp/template.jsp
index a03fde5c..c5b87b61 100644
--- a/wise-webapp/src/main/webapp/jsp/template.jsp
+++ b/wise-webapp/src/main/webapp/jsp/template.jsp
@@ -12,6 +12,7 @@
+
-
+
@@ -58,26 +59,28 @@
-
-
-
-
+
+