Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntipkin-A <Artem.Antipkin@onlyoffice.com>2020-09-17 16:24:34 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2020-10-12 15:24:40 +0300
commit260ee4449950991e1c1afa7e58d809f25516b89f (patch)
tree3e7083255473399606d1b3f597045dff608705cb /templates
parent8466f5d105c81dd5a7d774c26307c44aba394d07 (diff)
preview in setting
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/settings.php b/templates/settings.php
index ea0e913..4e48e10 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -100,6 +100,12 @@
</p>
<p>
+ <input type="checkbox" class="checkbox" id="onlyofficePreview"
+ <?php if ($_["preview"]) { ?>checked="checked"<?php } ?> />
+ <label for="onlyofficePreview"><?php p($l->t("Generate document preview")) ?></label>
+ </p>
+
+ <p>
<input type="checkbox" class="checkbox" id="onlyofficeSameTab"
<?php if ($_["sameTab"]) { ?>checked="checked"<?php } ?> />
<label for="onlyofficeSameTab"><?php p($l->t("Open file in the same tab")) ?></label>