aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/templates
diff options
context:
space:
mode:
authorNicolas SIMIDE <2083596+dems54@users.noreply.github.com>2021-01-06 00:25:38 +0100
committerNicolas SIMIDE <2083596+dems54@users.noreply.github.com>2021-01-28 15:57:29 +0100
commit4ac636d252a3b652902a146ae611e31fb65f2a5f (patch)
treedc330db96edbb8e052a64dbda4b463c0d46e63e7 /apps/sharebymail/templates
parent5fa935d6d6c93ccecd91b942d5014c1a4ed463bd (diff)
downloadnextcloud-server-4ac636d252a3b652902a146ae611e31fb65f2a5f.tar.gz
nextcloud-server-4ac636d252a3b652902a146ae611e31fb65f2a5f.zip
ReplyTo option for sharebymail Issue #24139
Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
Diffstat (limited to 'apps/sharebymail/templates')
-rw-r--r--apps/sharebymail/templates/settings-admin.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/sharebymail/templates/settings-admin.php b/apps/sharebymail/templates/settings-admin.php
index 52b9ea29593..8e3dff90760 100644
--- a/apps/sharebymail/templates/settings-admin.php
+++ b/apps/sharebymail/templates/settings-admin.php
@@ -17,7 +17,11 @@ style('sharebymail', 'settings-admin');
<input id="enforcePasswordProtection" type="checkbox" class="checkbox" <?php if ($_['enforcePasswordProtection']) {
p('checked');
} ?> />
- <label for="enforcePasswordProtection"><?php p($l->t('Enforce password protection')); ?></label>
+ <label for="enforcePasswordProtection"><?php p($l->t('Enforce password protection')); ?></label><br/>
+ <input id="replyToInitiator" type="checkbox" class="checkbox" <?php if ($_['replyToInitiator']) {
+ p('checked');
+} ?> />
+ <label for="replyToInitiator"><?php p($l->t('Reply to initiator')); ?></label>
</p>
</div>