Adding hsql warning message in login page
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user