diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-10-17 15:09:49 +0200 |
---|---|---|
committer | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-10-17 15:09:49 +0200 |
commit | 126444d5a64d2e6495eafd2edfe7cc056f34f415 (patch) | |
tree | 567af8ad056c85bd85d5ab74a6fc4abbb546d4f9 /apps/theming | |
parent | 9f2d15ad5ce0e011de2594c7993714c3001c8c47 (diff) | |
download | nextcloud-server-126444d5a64d2e6495eafd2edfe7cc056f34f415.tar.gz nextcloud-server-126444d5a64d2e6495eafd2edfe7cc056f34f415.zip |
added documentation links on settings pages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/templates/settings-admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
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> |