mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +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"/>
|
<img src="../../images/editor/public.svg"/>
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!memoryPersistence}">
|
|
||||||
<div id="export" class="buttonOn">
|
<div id="export" class="buttonOn">
|
||||||
<img src="../../images/editor/export.svg"/>
|
<img src="../../images/editor/export.svg"/>
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
<a id="export_anchor" href="" download=""></a>
|
||||||
<c:if test="${!readOnlyMode && !memoryPersistence}">
|
<c:if test="${!readOnlyMode && !memoryPersistence}">
|
||||||
<div id="history" class="buttonOn">
|
<div id="history" class="buttonOn">
|
||||||
<img src="../../images/editor/history.svg"/>
|
<img src="../../images/editor/history.svg"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user