diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-10-27 09:03:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 09:03:29 +0200 |
commit | 0a2e2f70f60bb97019cd3592ff9aee203bbdd526 (patch) | |
tree | 25f95660046f7116f455bac6050f8ebba0dd85a4 /settings | |
parent | 7cae758ef9fc2963fa8889dc448e54c1e2d1e71a (diff) | |
parent | b7046d390fb651e7f83b22a02ca35deefcaab6e9 (diff) | |
download | nextcloud-server-0a2e2f70f60bb97019cd3592ff9aee203bbdd526.tar.gz nextcloud-server-0a2e2f70f60bb97019cd3592ff9aee203bbdd526.zip |
Merge pull request #1929 from nextcloud/share_email_to_OCS
Remove notify recipient function
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 ' )); ?> |