diff options
| author | 2015-08-24 18:41:57 -0400 | |
|---|---|---|
| committer | 2015-08-24 18:41:57 -0400 | |
| commit | d396dd71524694766bde852834be15f477ceaf3e (patch) | |
| tree | 67cab8b2b3a6b9c91aa2ebe59e0fa1b47ede0fcb /app/views | |
| parent | fac236a04151af2b65b39fdd8f5169ef5abbf16e (diff) | |
Add instance name in system configuration page
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/system.phtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml index 9c9813729..9406c34d6 100644 --- a/app/views/configure/system.phtml +++ b/app/views/configure/system.phtml @@ -7,6 +7,13 @@ <legend><?php echo _t('admin.system'); ?></legend> <div class="form-group"> + <label class="group-name" for="instance-name"><?php echo _t('admin.system.instance-name'); ?></label> + <div class="group-controls"> + <input type="text" id="max-feeds" name="instance-name" value="<?php echo FreshRSS_Context::$system_conf->title; ?>" min="1" data-leave-validation="<?php echo FreshRSS_Context::$system_conf->title; ?>"/> + </div> + </div> + + <div class="form-group"> <label class="group-name" for="max-registrations"><?php echo _t('admin.system.registration.number'); ?></label> <div class="group-controls"> <input type="number" id="max-registrations" name="max-registrations" value="<?php echo FreshRSS_Context::$system_conf->limits['max_registrations']; ?>" min="0" data-leave-validation="<?php echo FreshRSS_Context::$system_conf->limits['max_registrations']; ?>"/> |
