diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 14:45:49 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 23:32:07 +0200 |
commit | 16c061818eceb2d5356030cfa620d256e7a8b284 (patch) | |
tree | 39fa6b40064eea212d62eae5eb482c6a89c36823 /apps/theming/templates | |
parent | eefe256abc377ca9e6d43682d50fadebfcfed966 (diff) | |
download | nextcloud-server-16c061818eceb2d5356030cfa620d256e7a8b284.tar.gz nextcloud-server-16c061818eceb2d5356030cfa620d256e7a8b284.zip |
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.php | 9 |
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"> |