diff options
Diffstat (limited to 'apps/sharebymail/templates/settings-admin.php')
-rw-r--r-- | apps/sharebymail/templates/settings-admin.php | 6 |
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> |