From dbf8b0e28c80a9078f63d5d223ce81a982bad9f8 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Fri, 28 Sep 2012 09:13:05 -0300 Subject: [PATCH] - Add restriction to the input name for the map - Translate some pending resources. --- .../src/main/javascript/model/FeatureModel.js | 1 - .../src/main/webapp/jsp/mindmapImport.jsp | 6 +++--- wise-webapp/src/main/webapp/jsp/mindmapList.jsp | 17 +++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/mindplot/src/main/javascript/model/FeatureModel.js b/mindplot/src/main/javascript/model/FeatureModel.js index 955522c5..698649b8 100644 --- a/mindplot/src/main/javascript/model/FeatureModel.js +++ b/mindplot/src/main/javascript/model/FeatureModel.js @@ -24,7 +24,6 @@ mindplot.model.FeatureModel = new Class({ } mindplot.model.FeatureModel._uuid = mindplot.model.FeatureModel._uuid + 1; - console.log(mindplot.model.FeatureModel._uuid); return mindplot.model.FeatureModel._uuid; } }, diff --git a/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp b/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp index ba714f37..6c6a9515 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp @@ -15,14 +15,14 @@
+ placeholder="" + class="control" maxlength="255"/>
+ placeholder="" class="control" maxlength="255">
diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp index d51da72a..89e20169 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp @@ -246,12 +246,12 @@
" autofocus="autofocus"/> + placeholder="" autofocus="autofocus" maxlength="255"/>
"/> + placeholder="" maxlength="255"/>
@@ -277,14 +277,14 @@
+ placeholder="" autofocus="autofocus" + class="control" maxlength="255"/>
+ placeholder="" class="control" maxlength="255"/>
@@ -309,12 +309,12 @@
+ class="control" maxlength="255"/>
- +
@@ -338,7 +338,8 @@