mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Several try fixes.
This commit is contained in:
parent
601cbe6d25
commit
f961f7f071
@ -203,7 +203,7 @@ CHANGE_TEXT_BOLD=Cambiar Texto a Negrita
|
||||
SAVE_CHANGES=Guardar los Cambios
|
||||
CHANGE_TEXT_ITALIC=Cambiar Texto a Italica
|
||||
DESELECT_ALL_TOPIC=Revertir Selección de Tópicos
|
||||
SHORTCUTS=Shortcuts
|
||||
SHORTCUTS=Accesos Directos
|
||||
COLLAPSE_CHILDREN=Colapsar Hijos
|
||||
KEYBOARD_SHORTCUTS_MSG=Los accesos directos pueden ayudarte a salvar tiempo permitiéndote no sacar las manos del teclado para usar el mouse.
|
||||
NAME=Nombre
|
||||
|
@ -63,11 +63,18 @@
|
||||
<div id="header">
|
||||
<div id="headerInfo">
|
||||
<div id="headerActions">
|
||||
<c:if test="${!memoryPersistence}">
|
||||
|
||||
<spring:message code="WELCOME"/>, ${principal.firstname} |
|
||||
<span><a href="c/maps/"><spring:message code="MY_WISEMAPS"/></a></span> |
|
||||
<span><a href="c/keyboard" id="keyboardShortcuts"><spring:message code="SHORTCUTS"/></a></span> |
|
||||
<span><a href="c/logout" title="<spring:message code="LOGOUT"/>"><spring:message code="LOGOUT"/></a></span>
|
||||
<span><a href="c/logout" title="<spring:message code="LOGOUT"/>"><spring:message
|
||||
code="LOGOUT"/></a></span>
|
||||
</c:if>
|
||||
<c:if test="${memoryPersistence}">
|
||||
<span><a href="c/keyboard" id="keyboardShortcuts"><spring:message code="SHORTCUTS"/></a></span> |
|
||||
<span><a href="c/user/registration" title="<spring:message code="REGISTER"/>"><spring:message code="REGISTER"/></a></span>
|
||||
</c:if>
|
||||
</div>
|
||||
<a href="c/maps/">
|
||||
<div id="headerLogo"></div>
|
||||
|
@ -92,7 +92,7 @@
|
||||
<div id="export" class="buttonOn">
|
||||
<img src="images/export.png"/>
|
||||
</div>
|
||||
<c:if test="${!readOnlyMode}">
|
||||
<c:if test="${!readOnlyMode && !memoryPersistence}">
|
||||
<div id="history" class="buttonOn">
|
||||
<img src="images/history.png"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user