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-02-10 14:44:51 +0300
committerGitHub <noreply@github.com>2022-02-10 14:44:51 +0300
commitd3655d0063134305302ad8764ce72c047b783a42 (patch)
tree73a20ee5dd2b7283748b6b90bf48e0fd7b02d6cc /templates
parent4c8d9681dab05c03a200432fbd7857d2b1edcb42 (diff)
parent6df7c1eb73fbe911a34bb8e9d19b38b64c4ad8d7 (diff)
Merge pull request #577 from acsfer/patch-1
Switch to H2 levels, more visible
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/settings.php b/templates/settings.php
index 34a4e3b..2b9caae 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -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"
@@ -232,11 +232,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" >
@@ -251,7 +251,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>
@@ -332,4 +332,4 @@
<br />
<p><button id="onlyofficeWatermarkSave" class="button"><?php p($l->t("Save")) ?></button></p>
-</div> \ No newline at end of file
+</div>