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:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2022-06-01 13:08:24 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2022-06-01 13:08:24 +0300
commit91f5c380159f1788930e787966ee95a07887b7aa (patch)
treee50c44bba057e022206afb0c363e544a84a125ce /templates
parent5184de4d7e738f80de76b22b4c0e91e518e60b38 (diff)
parent98c2245f7ba4ad98ea8a2c81cd52e4c3345e5f56 (diff)
Merge remote-tracking branch 'remotes/origin/develop' into feature/custom-theme
Diffstat (limited to 'templates')
-rw-r--r--templates/editor.php2
-rw-r--r--templates/settings.php18
2 files changed, 10 insertions, 10 deletions
diff --git a/templates/editor.php b/templates/editor.php
index acf4e51..e79de0c 100644
--- a/templates/editor.php
+++ b/templates/editor.php
@@ -1,7 +1,7 @@
<?php
/**
*
- * (c) Copyright Ascensio System SIA 2021
+ * (c) Copyright Ascensio System SIA 2022
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/templates/settings.php b/templates/settings.php
index ee9f4e2..5468c4d 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -1,7 +1,7 @@
<?php
/**
*
- * (c) Copyright Ascensio System SIA 2021
+ * (c) Copyright Ascensio System SIA 2022
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@
<a target="_blank" class="icon-info svg" title="" href="https://api.onlyoffice.com/editors/nextcloud" data-original-title="<?php p($l->t("Documentation")) ?>"></a>
</h2>
- <h3><?php p($l->t("Server settings")) ?></h3>
+ <h2><?php p($l->t("Server settings")) ?></h2>
<div id="onlyofficeAddrSettings">
<p class="settings-hint"><?php p($l->t("ONLYOFFICE Docs Location specifies the address of the server with the document services installed. Please change the '<documentserver>' for the server address in the below line.")) ?></p>
@@ -92,7 +92,7 @@
</div>
<div class="section section-onlyoffice section-onlyoffice-common <?php if (empty($_["documentserver"]) && !$_["demo"]["enabled"] || !$_["successful"]) { ?>onlyoffice-hide<?php } ?>">
- <h3><?php p($l->t("Common settings")) ?></h3>
+ <h2><?php p($l->t("Common settings")) ?></h2>
<p>
<input type="checkbox" class="checkbox" id="onlyofficeGroups"
@@ -154,10 +154,10 @@
</div>
<br />
- <h3>
+ <h2>
<?php p($l->t("Editor customization settings")) ?>
<a target="_blank" class="icon-info svg" title="" href="https://api.onlyoffice.com/editors/config/editor/customization" data-original-title="<?php p($l->t("View details")) ?>"></a>
- </h3>
+ </h2>
<p>
<input type="checkbox" class="checkbox" id="onlyofficeForcesave"
@@ -252,11 +252,11 @@
<div class="section section-onlyoffice section-onlyoffice-templates <?php if (empty($_["documentserver"]) && !$_["demo"]["enabled"] || !$_["successful"]) { ?>onlyoffice-hide<?php } ?>">
- <h3>
+ <h2>
<?php p($l->t("Common templates")) ?>
<input id="onlyofficeAddTemplate" type="file" class="hidden-visually" />
<label for="onlyofficeAddTemplate" class="icon-add" title="<?php p($l->t("Add a new template")) ?>"></label>
- </h3>
+ </h2>
<ul class="onlyoffice-template-container">
<?php foreach ($_["templates"] as $template) { ?>
<li data-id=<?php p($template["id"]) ?> class="onlyoffice-template-item" >
@@ -271,7 +271,7 @@
</div>
<div class="section section-onlyoffice section-onlyoffice-watermark <?php if (empty($_["documentserver"]) && !$_["demo"]["enabled"] || !$_["successful"]) { ?>onlyoffice-hide<?php } ?>">
- <h3><?php p($l->t("Secure view settings")) ?></h3>
+ <h2><?php p($l->t("Secure view settings")) ?></h2>
<p class="settings-hint"><?php p($l->t("Secure view enables you to secure documents by embedding a watermark")) ?></p>
@@ -352,4 +352,4 @@
<br />
<p><button id="onlyofficeWatermarkSave" class="button"><?php p($l->t("Save")) ?></button></p>
-</div> \ No newline at end of file
+</div>