Add image support on toolbar
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>
|
<a id="export_anchor" href="" download=""></a>
|
||||||
</c:if>
|
|
||||||
<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