summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorSascha Wiswedel <sascha.wiswedel@nextcloud.com>2019-10-17 15:09:49 +0200
committerBackportbot <backportbot-noreply@rullzer.com>2019-10-18 10:07:52 +0000
commit1aea5d4540d10995d9578198336cf4b3adef77ac (patch)
treed378c015f555c0977c18d20bc72c2c81cd257b56 /apps
parent69e878dcc852e6b35c9c314e1b365044bbcc8286 (diff)
downloadnextcloud-server-1aea5d4540d10995d9578198336cf4b3adef77ac.tar.gz
nextcloud-server-1aea5d4540d10995d9578198336cf4b3adef77ac.zip
added documentation links on settings pages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/templates/settings.php3
-rw-r--r--apps/theming/templates/settings-admin.php1
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 1d1fcee1d8a..7cd3e849be3 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -97,7 +97,8 @@
</div>
<form data-can-create="<?php echo $canCreateMounts?'true':'false' ?>" id="files_external" class="section" data-encryption-enabled="<?php echo $_['encryptionEnabled']?'true': 'false'; ?>">
- <h2 data-anchor-name="external-storage"><?php p($l->t('External storages')); ?></h2>
+ <h2 class="inlineblock" data-anchor-name="external-storage"><?php p($l->t('External storages')); ?></h2>
+ <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-external-storage')); ?>"></a>
<p class="settings-hint"><?php p($l->t('External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services.')); ?></p>
<?php if (isset($_['dependencies']) and ($_['dependencies'] !== '') and $canCreateMounts) print_unescaped(''.$_['dependencies'].''); ?>
<table id="externalStorage" class="grid" data-admin='<?php print_unescaped(json_encode($_['visibilityType'] === BackendService::VISIBILITY_ADMIN)); ?>'>
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php
index 5a73eb02535..d7de5b75053 100644
--- a/apps/theming/templates/settings-admin.php
+++ b/apps/theming/templates/settings-admin.php
@@ -28,6 +28,7 @@ style('theming', 'settings-admin');
?>
<div id="theming" class="section">
<h2 class="inlineblock"><?php p($l->t('Theming')); ?></h2>
+ <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-theming')); ?>"></a>
<p class="settings-hint"><?php p($l->t('Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users.')); ?></p>
<div id="theming_settings_status">
<div id="theming_settings_loading" class="icon-loading-small" style="display: none;"></div>