aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-30 17:10:24 -0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-30 17:10:24 -0400
commit8b37e25ec207e1010edd66883cedfa1d39b3578c (patch)
treead7f247e3257170b4f686fee48f7ff278b7b7447 /settings
parentca8b6f24cb307455c549bae68e1c04b82e00468e (diff)
downloadnextcloud-server-8b37e25ec207e1010edd66883cedfa1d39b3578c.tar.gz
nextcloud-server-8b37e25ec207e1010edd66883cedfa1d39b3578c.zip
add admin documentation links for Sharing, Encryption and Email server
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 587a3b6c66b..5edf4e2a9c7 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -180,6 +180,9 @@ if ($_['cronErrors']) {
<div class="section" id="shareAPI">
<h2><?php p($l->t('Sharing'));?></h2>
+ <a target="_blank" class="icon-info svg"
+ title="<?php p($l->t('Open documentation'));?>"
+ href="<?php p(link_to_docs('admin-sharing')); ?>"></a>
<p id="enable">
<input type="checkbox" name="shareapi_enabled" id="shareAPIEnabled"
value="1" <?php if ($_['shareAPIEnabled'] === 'yes') print_unescaped('checked="checked"'); ?> />
@@ -310,7 +313,10 @@ if ($_['cronErrors']) {
</div>
<div class="section" id='encryptionAPI'>
- <h2><?php p($l->t('Server-side encryption')); ?> </h2>
+ <h2><?php p($l->t('Server-side encryption')); ?></h2>
+ <a target="_blank" class="icon-info svg"
+ title="<?php p($l->t('Open documentation'));?>"
+ href="<?php p(link_to_docs('admin-encryption')); ?>"></a>
<p id="enable">
<input type="checkbox" name="encryption_enabled"
@@ -359,6 +365,9 @@ if ($_['cronErrors']) {
<div class="section" id="mail_general_settings">
<form id="mail_general_settings_form" class="mail_settings">
<h2><?php p($l->t('Email server'));?></h2>
+ <a target="_blank" class="icon-info svg"
+ title="<?php p($l->t('Open documentation'));?>"
+ href="<?php p(link_to_docs('admin-email')); ?>"></a>
<p><?php p($l->t('This is used for sending out notifications.')); ?> <span id="mail_settings_msg" class="msg"></span></p>