2015-08-26 20:16:53 +03:00
|
|
|
<?php
|
2015-12-16 17:57:44 +03:00
|
|
|
script('richdocuments', 'admin');
|
2015-08-26 20:16:53 +03:00
|
|
|
?>
|
2016-03-15 02:13:55 +03:00
|
|
|
<div class="section" id="richdocuments">
|
|
|
|
<h2><?php p($l->t('Collabora Online')) ?></h2>
|
2016-04-12 12:39:16 +03:00
|
|
|
<label for="wopi_url"><?php p($l->t('Collabora Online server')) ?></label>
|
2016-05-18 11:58:38 +03:00
|
|
|
<input type="text" name="wopi_url" id="wopi_url" value="<?php p($_['wopi_url'])?>" style="width:300px;">
|
2016-10-13 17:46:02 +03:00
|
|
|
<br/><em><?php p($l->t('URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client.')) ?></em>
|
|
|
|
<br/><button type="button" id="wopi_apply"><?php p($l->t('Apply')) ?></button>
|
2014-07-09 19:43:48 +04:00
|
|
|
<span id="documents-admin-msg" class="msg"></span>
|
2016-10-11 09:44:53 +03:00
|
|
|
<br/>
|
2016-10-13 16:38:27 +03:00
|
|
|
|
|
|
|
<input type="checkbox" class="doc-format-ooxml" id="doc_format_ooxml_enable-richdocuments" <?php p($_['doc_format'] === 'ooxml' ? 'checked' : '') ?> />
|
2016-10-13 09:58:54 +03:00
|
|
|
<label for="doc_format_ooxml_enable-richdocuments"><?php p($l->t('Use OOXML by default for new files')) ?></label>
|
2016-10-13 16:38:27 +03:00
|
|
|
</div>
|