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-12-01 13:13:27 +0300
committerAntipkin-A <Artem.Antipkin@onlyoffice.com>2020-12-01 13:13:27 +0300
commit7053b9beb961e85fb53281ed9a5d687f3963150f (patch)
tree8e26be3cb6bca52314e42d9cceb1f6c59e6ea36e /templates
parent7eec890bb2c96f64e8293fbc09b1eabab2c8aff5 (diff)
checkbox keep history in settings
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 e2ea85c..e65b468 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -102,6 +102,12 @@
</p>
<p>
+ <input type="checkbox" class="checkbox" id="onlyofficeVersionHistory"
+ <?php if ($_["versionHistory"]) { ?>checked="checked"<?php } ?> />
+ <label for="onlyofficeVersionHistory"><?php p($l->t("Keep document version history")) ?></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>