moved motd to website tab
This commit is contained in:
parent
7ec8fa9b95
commit
ba95d678a0
@ -18,6 +18,13 @@ $aSettings['website'][] = array(
|
|||||||
'name' => 'maintenance', 'value' => $setting->getValue('maintenance'),
|
'name' => 'maintenance', 'value' => $setting->getValue('maintenance'),
|
||||||
'tooltip' => 'Enable or Disable maintenance mode. Only admins can still login.'
|
'tooltip' => 'Enable or Disable maintenance mode. Only admins can still login.'
|
||||||
);
|
);
|
||||||
|
$aSettings['website'][] = array(
|
||||||
|
'display' => 'Message of the Day', 'type' => 'text',
|
||||||
|
'size' => 25,
|
||||||
|
'default' => '',
|
||||||
|
'name' => 'system_motd', 'value' => $setting->getValue('system_motd'),
|
||||||
|
'tooltip' => 'Display a message of the day as information popup if set.'
|
||||||
|
);
|
||||||
$aSettings['website'][] = array(
|
$aSettings['website'][] = array(
|
||||||
'display' => 'Website Name', 'type' => 'text',
|
'display' => 'Website Name', 'type' => 'text',
|
||||||
'size' => 25,
|
'size' => 25,
|
||||||
@ -177,12 +184,5 @@ $aSettings['recaptcha'][] = array(
|
|||||||
'name' => 'recaptcha_public_key', 'value' => $setting->getValue('recaptcha_public_key'),
|
'name' => 'recaptcha_public_key', 'value' => $setting->getValue('recaptcha_public_key'),
|
||||||
'tooltip' => 'Your public key as given by your re-Captcha account.'
|
'tooltip' => 'Your public key as given by your re-Captcha account.'
|
||||||
);
|
);
|
||||||
$aSettings['other'][] = array(
|
|
||||||
'display' => 'Message of the Day', 'type' => 'text',
|
|
||||||
'size' => 25,
|
|
||||||
'default' => '',
|
|
||||||
'name' => 'system_motd', 'value' => $setting->getValue('system_motd'),
|
|
||||||
'tooltip' => 'Display a message of the day as information popup if set.'
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user