From 7246260220568374eb8e06bb9b7103ac13c2193d Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 17 Sep 2012 22:20:22 -0300 Subject: [PATCH] - Fix the problem tha public links where not properly displayed. --- wise-webapp/src/main/resources/messages_en.properties | 1 + wise-webapp/src/main/resources/messages_es.properties | 1 + wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp | 8 ++++---- wise-webapp/src/main/webapp/jsp/mindmapPublish.jsp | 4 ++-- wise-webapp/src/main/webapp/jsp/termsOfUse.jsp | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/wise-webapp/src/main/resources/messages_en.properties b/wise-webapp/src/main/resources/messages_en.properties index e9653391..9399fd46 100644 --- a/wise-webapp/src/main/resources/messages_en.properties +++ b/wise-webapp/src/main/resources/messages_en.properties @@ -245,6 +245,7 @@ ACCESS_HAS_BEEN_REVOKED= Upps. your access permissions to this map has been revo LICENSE=License WELCOME_TO_WISEMAPPING=Welcome to WiseMapping WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: . +DIRECT_LINK_EXPLANATION=Copy and paste the link below to share your map with colleagues diff --git a/wise-webapp/src/main/resources/messages_es.properties b/wise-webapp/src/main/resources/messages_es.properties index 68a0aa9e..34164da4 100644 --- a/wise-webapp/src/main/resources/messages_es.properties +++ b/wise-webapp/src/main/resources/messages_es.properties @@ -244,6 +244,7 @@ CAPTCHA_LOADING_ERROR=ReCaptcha no pudo ser cargado. Debes tener accesso al serv LICENSE=Licencia WELCOME_TO_WISEMAPPING=Bienvenido a WiseMapping WELCOME_DETAILS=WiseMapping te permite crear y leer tus mapas mentales en cualquier lugar. Con WiseMapping tu puedes: . +DIRECT_LINK_EXPLANATION=Copie y pegue el este enlace para compartir su mapa mental con amigos y colegas diff --git a/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp b/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp index c0617375..4be8bd3f 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp @@ -17,7 +17,8 @@
  • :
  • : ${mindmap.creationTime}
  • : ${mindmap.lastEditTime}
  • -
  • :
  • +
  • : +
  • : ${mindmap.starred}
  • @@ -47,11 +48,10 @@