Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-08-11 13:15:11 +0300
committerJoas Schilling <coding@schilljs.com>2017-08-11 13:15:11 +0300
commitef3153e2085eed9e07d1c8804a72ff107caa4005 (patch)
tree10cff7ff977c49e9b8ffa8692dfd377a3e04ecaa /templates
parent62a86e84046469c8ee5ce953b6ebfe3bcc6cf711 (diff)
Add docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 00ded9a..a5b2acd 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -41,7 +41,12 @@ style('files_retention', [
?>
<form id="retention" class="section" data-systemtag-id="">
- <h2><?php p($l->t('File retention')); ?></h2>
+ <h2 class="inlineblock"><?php p($l->t('File retention')); ?></h2>
+ <a target="_blank" rel="noreferrer" class="icon-info svg"
+ title="<?php p($l->t('Open documentation'));?>"
+ href="<?php p(link_to_docs('admin-files-retention')); ?>">
+ </a>
+
<p class="settings-hint"><?php p($l->t('Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents.')); ?></p>
<table>