diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-09 15:52:41 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-09 15:52:41 +0200 |
commit | 62f1156a56a671cb593c0531922976914b1d4fa9 (patch) | |
tree | 7bc7e28895aee8e29bfc6d4ce7a19a1ee4bd64eb /apps/theming/templates | |
parent | 57ea4624741c36ed6e68f60c672ddddbfece628a (diff) | |
download | nextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.tar.gz nextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.zip |
allow to specify a link to a legal notice
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/templates')
-rw-r--r-- | apps/theming/templates/settings-admin.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index ea9925f3a64..9fccd2f1e0e 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -94,6 +94,13 @@ style('theming', 'settings-admin'); <h2 class="inlineblock"><?php p($l->t('Advanced options')); ?></h2> <div class="advanced-options"> + <div> + <label> + <span><?php p($l->t('Legal notice address')) ?></span> + <input id="theming-imprintUrl" type="url" placeholder="<?php p($l->t('Legal notice address 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 class="advanced-option-logoheader"> <form class="uploadButton" method="post" action="<?php p($_['uploadLogoRoute']) ?>" data-image-key="logoheader"> <input type="hidden" id="theming-logoheaderMime" value="<?php p($_['images']['logoheader']['mime']); ?>" /> |