- Fix security issues when the map is loaded from the rest service. Two URL has been defined for each type of access.
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
<div id="toolbar">
|
||||
<div id="persist" class="buttonContainer">
|
||||
<c:if test="${!readOnlyMode && !memoryPersistence}">
|
||||
<c:if test="${!readOnlyMode}">
|
||||
<div id="save" class="buttonOn">
|
||||
<img src="images/save.png"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<c:if test="${!memoryPersistence}">
|
||||
<div id="print" class="buttonOn">
|
||||
<img src="images/print.png"/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user