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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-24 15:45:49 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-25 00:32:07 +0300
commit16c061818eceb2d5356030cfa620d256e7a8b284 (patch)
tree39fa6b40064eea212d62eae5eb482c6a89c36823 /apps/theming/templates
parenteefe256abc377ca9e6d43682d50fadebfcfed966 (diff)
also add a privacy link
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/templates')
-rw-r--r--apps/theming/templates/settings-admin.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php
index 26ab78637c9..0cc224abc24 100644
--- a/apps/theming/templates/settings-admin.php
+++ b/apps/theming/templates/settings-admin.php
@@ -96,9 +96,16 @@ style('theming', 'settings-admin');
<div class="advanced-options">
<div>
<label>
- <span><?php p($l->t('Legal notice link')) ?></span>
+ <span><?php p($l->t('Legal notice link')) ?></span>
<input id="theming-imprintUrl" type="url" placeholder="<?php p($l->t('https://…')); ?>" value="<?php p($_['imprintUrl']) ?>" maxlength="500" />
<div data-setting="imprintUrl" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div>
+ </label>
+ </div>
+ <div>
+ <label>
+ <span><?php p($l->t('Privacy policy link')) ?></span>
+ <input id="theming-privacyUrl" type="url" placeholder="<?php p($l->t('https://…')); ?>" value="<?php p($_['privacyUrl']) ?>" maxlength="500" />
+ <div data-setting="privacyUrl" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div>
</label>
</div>
<div class="advanced-option-logoheader">