Skip to content
Snippets Groups Projects
Commit 5a26869d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Usabilty improvement as per http://flickr.com/photos/dries/233650181/:...

- Usabilty improvement as per http://flickr.com/photos/dries/233650181/: replaced duplicate title with 'Site status'.
parent d7df0ca8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -816,7 +816,7 @@ function system_site_maintenance_settings() { ...@@ -816,7 +816,7 @@ function system_site_maintenance_settings() {
$form['site_offline'] = array( $form['site_offline'] = array(
'#type' => 'radios', '#type' => 'radios',
'#title' => t('Site maintenance'), '#title' => t('Site status'),
'#default_value' => variable_get('site_offline', 0), '#default_value' => variable_get('site_offline', 0),
'#options' => array(t('Online'), t('Off-line')), '#options' => array(t('Online'), t('Off-line')),
'#description' => t('When set to "Online", all visitors will be able to browse your site normally. When set to "Off-line", only users with the "administer site configuration" permission will be able to access your site to perform maintenance; all other visitors will see the site off-line message configured below. Authorized users can log in during "Off-line" mode directly via the <a href="@user-login">user login</a> page.', array('@user-login' => url('user'))), '#description' => t('When set to "Online", all visitors will be able to browse your site normally. When set to "Off-line", only users with the "administer site configuration" permission will be able to access your site to perform maintenance; all other visitors will see the site off-line message configured below. Authorized users can log in during "Off-line" mode directly via the <a href="@user-login">user login</a> page.', array('@user-login' => url('user'))),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment