T1808: Make Save button working for Collabora editor

This commit is contained in:
Aleksander Machniak 2016-11-14 11:56:28 +01:00
parent 1de768e6ea
commit b404c0b0f8

View file

@ -28,7 +28,9 @@
<roundcube:button command="document-print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="kolab_files.printfile" />
<span class="spacer"></span>
-->
<roundcube:endif />
<roundcube:button command="document-save" type="link" class="button save disabled" classAct="button save" classSel="button save pressed" label="kolab_files.save" title="kolab_files.savefile" />
<roundcube:if condition="env:editor_type != 'wopi'" />
<span class="spacer"></span>
<label for="document-title"><roundcube:label name="kolab_files.documenttitle" />&nbsp;<input id="document-title" type="text" value="" /></label>
<roundcube:endif />