Adding hsql warning message in login page

This commit is contained in:
Pablo Luna
2011-04-01 19:50:55 +01:00
parent 8ea733fc55
commit e722fdd720
6 changed files with 18 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ SETTINGS=Settings
USERNAME=Username
BACK=Back
CLOSE=Close
NOT_READY_A_USER=Not ready a wisemapper?
NOT_READY_A_USER=Not a member yet?
NOT_READY_A_USER_MESSAGE=Registration is free and takes just a moment.
JOIN_NOW=Join Now!
REMOVE=Remove
@@ -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-2011, WiseMapping Corporation
COPYRIGHT=Powered by WiseMapping
TERMS_AND_CONDITIONS=Terms and Conditions
CONTACT=Contact

View File

@@ -246,7 +246,6 @@ IT_IS_FREE=Es gratis!
CREATE_EDIT_ACCESS_FROM_ANYWHERE=Crear, editar y acceder a sus mapas mentales desde cualquier lugar de Internet
#FOOTER
COPYRIGHT=All content Copyright 2007, WiseMapping Corporation
TERMS_AND_CONDITIONS=Términos and Condiciones
CONTACT=Contacto

View File

@@ -97,6 +97,7 @@
<property name="methodNameResolver" ref="paramResolverByAction"/>
<property name="mindmapService" ref="mindmapService"/>
<property name="userService" ref="userService"/>
<property name="driver" value="${database.driver}"/>
</bean>
<bean id="sharingController" class="com.wisemapping.controller.MindmapSharingController">