diff options
Diffstat (limited to 'app/views/configure/system.phtml')
| -rw-r--r-- | app/views/configure/system.phtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml index 2bee35227..7097126ed 100644 --- a/app/views/configure/system.phtml +++ b/app/views/configure/system.phtml @@ -93,6 +93,16 @@ </div> <div class="form-group"> + <label class="group-name" for="closed_registration_message"><?= _t('admin.system.closed_registration_message') ?></label> + <div class="group-controls"> + <textarea id="closed_registration_message" name="closed_registration_message" rows="4" cols="50"><?= + FreshRSS_Context::systemConf()->attributeString('closed_registration_message') ?: + _t('admin.system.default_closed_registration_message') + ?></textarea> + </div> + </div> + + <div class="form-group"> <label class="group-name"><?= _t('index.tos.title') ?></label> <div class="group-controls"> <?php if (file_exists(TOS_FILENAME)) { ?> |
