Skip to content

Commit 02cf3ad

Browse files
committed
Merge pull request #2137 from iAmShorty/motd-resize
[UPDATE] resize motd in settings
2 parents ad75c92 + 72e3a58 commit 02cf3ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/include/config/admin_settings.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
'tooltip' => 'Enable or Disable maintenance mode. Only admins can still login.'
1414
);
1515
$aSettings['website'][] = array(
16-
'display' => 'Message of the Day', 'type' => 'text',
17-
'size' => 25,
16+
'display' => 'Message of the Day', 'type' => 'textarea',
17+
'size' => 20,
18+
'height' => 3,
1819
'default' => '',
1920
'name' => 'system_motd', 'value' => $setting->getValue('system_motd'),
2021
'tooltip' => 'Display a message of the day as information popup if set.'

0 commit comments

Comments
 (0)