We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad75c92 + 72e3a58 commit 02cf3adCopy full SHA for 02cf3ad
public/include/config/admin_settings.inc.php
@@ -13,8 +13,9 @@
13
'tooltip' => 'Enable or Disable maintenance mode. Only admins can still login.'
14
);
15
$aSettings['website'][] = array(
16
- 'display' => 'Message of the Day', 'type' => 'text',
17
- 'size' => 25,
+ 'display' => 'Message of the Day', 'type' => 'textarea',
+ 'size' => 20,
18
+ 'height' => 3,
19
'default' => '',
20
'name' => 'system_motd', 'value' => $setting->getValue('system_motd'),
21
'tooltip' => 'Display a message of the day as information popup if set.'
0 commit comments