diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-19 12:51:01 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-26 20:52:36 +0200 |
commit | 57e61250ac6c59fe93c65a95bfd2cb081cd3c34f (patch) | |
tree | ea4b59a13e34dbcd8e4fa355473d44848070aea4 /settings | |
parent | b98dfaccd96fb9b0da13bc59f55ed9b61cbbd528 (diff) | |
download | nextcloud-server-57e61250ac6c59fe93c65a95bfd2cb081cd3c34f.tar.gz nextcloud-server-57e61250ac6c59fe93c65a95bfd2cb081cd3c34f.zip |
Remove notify recipient option
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin/sharing.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/settings/templates/admin/sharing.php b/settings/templates/admin/sharing.php index 802bcad3198..eed8f36dbda 100644 --- a/settings/templates/admin/sharing.php +++ b/settings/templates/admin/sharing.php @@ -55,10 +55,6 @@ value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') print_unescaped('checked="checked"'); ?> /> <label for="shareapiDefaultExpireDate"><?php p($l->t('Set default expiration date'));?></label><br/> - <input type="checkbox" name="shareapi_allow_public_notification" id="allowPublicMailNotification" class="checkbox" - value="1" <?php if ($_['allowPublicMailNotification'] == 'yes') print_unescaped('checked="checked"'); ?> /> - <label for="allowPublicMailNotification"><?php p($l->t('Allow users to send mail notification for shared files'));?></label><br/> - </p> <p id="setDefaultExpireDate" class="double-indent <?php if ($_['allowLinks'] !== 'yes' || $_['shareDefaultExpireDateSet'] === 'no' || $_['shareAPIEnabled'] === 'no') p('hidden');?>"> <?php p($l->t( 'Expire after ' )); ?> |