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:
Diffstat (limited to 'templates/settings.php')
-rw-r--r--templates/settings.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/templates/settings.php b/templates/settings.php
index 4e48e10..e2ea85c 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -22,11 +22,7 @@
if ($_["tagsEnabled"]) {
script("core", [
- "systemtags/systemtags",
- "systemtags/systemtagmodel",
- "systemtags/systemtagsmappingcollection",
- "systemtags/systemtagscollection",
- "systemtags/systemtagsinputfield",
+ "dist/systemtags",
]);
}
?>
@@ -186,8 +182,8 @@
<p>
<input type="checkbox" class="checkbox" id="onlyofficeToolbarNoTabs"
- <?php if (!$_["toolbarNoTabs"]) { ?>checked="checked"<?php } ?> />
- <label for="onlyofficeToolbarNoTabs"><?php p($l->t("Display toolbar tabs")) ?></label>
+ <?php if ($_["toolbarNoTabs"]) { ?>checked="checked"<?php } ?> />
+ <label for="onlyofficeToolbarNoTabs"><?php p($l->t("Display monochrome toolbar header")) ?></label>
</p>
<p class="onlyoffice-header">
@@ -303,4 +299,4 @@
<br />
<p><button id="onlyofficeWatermarkSave" class="button"><?php p($l->t("Save")) ?></button></p>
-</div> \ No newline at end of file
+</div>