diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 10:57:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 12:07:05 +0200 |
commit | 65dc958418a2e54b3a9cc591fd109308b9fd8397 (patch) | |
tree | 6bffd4e912ee07572443c765f173054db94b2049 /settings/templates/admin.php | |
parent | ba52f6f8fc0d88000332e9e64c48a56c526823d9 (diff) | |
download | nextcloud-server-65dc958418a2e54b3a9cc591fd109308b9fd8397.tar.gz nextcloud-server-65dc958418a2e54b3a9cc591fd109308b9fd8397.zip |
add admin documentation hints to Federated Cloud Sharing and cron
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r-- | settings/templates/admin.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 1b8ab0e3819..4bc497df764 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -269,6 +269,10 @@ if ($_['cronErrors']) { endif; ?> </p> <?php endif; ?> + <a target="_blank" class="icon-info svg" + title="<?php p($l->t('Open documentation'));?>" + href="<?php p(link_to_docs('admin-background-jobs')); ?>"></a> + <p> <input type="radio" name="mode" value="ajax" id="backgroundjobs_ajax" <?php if ($_['backgroundjobs_mode'] === "ajax") { |