mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Add image support on toolbar
This commit is contained in:
parent
99e5066746
commit
ac7fd7e706
@ -88,11 +88,10 @@
|
||||
<img src="../../images/editor/public.svg"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<c:if test="${!memoryPersistence}">
|
||||
<div id="export" class="buttonOn">
|
||||
<img src="../../images/editor/export.svg"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<div id="export" class="buttonOn">
|
||||
<img src="../../images/editor/export.svg"/>
|
||||
</div>
|
||||
<a id="export_anchor" href="" download=""></a>
|
||||
<c:if test="${!readOnlyMode && !memoryPersistence}">
|
||||
<div id="history" class="buttonOn">
|
||||
<img src="../../images/editor/history.svg"/>
|
||||
|
Loading…
Reference in New Issue
Block a user