From 72e3a5836d09c9dcd158463a2a89ccad3f4f9d64 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Wed, 23 Apr 2014 17:18:06 +0200 Subject: [PATCH] [UPDATE] resize motd in settings --- public/include/config/admin_settings.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/include/config/admin_settings.inc.php b/public/include/config/admin_settings.inc.php index f622a60d..9ed22091 100644 --- a/public/include/config/admin_settings.inc.php +++ b/public/include/config/admin_settings.inc.php @@ -13,8 +13,9 @@ $aSettings['website'][] = array( 'tooltip' => 'Enable or Disable maintenance mode. Only admins can still login.' ); $aSettings['website'][] = array( - 'display' => 'Message of the Day', 'type' => 'text', - 'size' => 25, + 'display' => 'Message of the Day', 'type' => 'textarea', + 'size' => 20, + 'height' => 3, 'default' => '', 'name' => 'system_motd', 'value' => $setting->getValue('system_motd'), 'tooltip' => 'Display a message of the day as information popup if set.'