From: Raimond Spekking Date: Thu, 15 Oct 2009 20:31:19 +0000 (+0000) Subject: Consistency tweak: Reduce the length of these input field and make them consistent... X-Git-Tag: 1.31.0-rc.0~39268 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=8853b802636ba2aacef603db79a9d45ce6ffe884;p=lhc%2Fweb%2Fwiklou.git Consistency tweak: Reduce the length of these input field and make them consistent with other input fields for numeric values --- diff --git a/includes/Preferences.php b/includes/Preferences.php index 072f92d83b..2137f9d861 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -559,6 +559,7 @@ class Preferences { 'label-message' => 'timezonelegend', 'options' => self::getTimezoneOptions(), 'default' => $tzSetting, + 'size' => 20, 'section' => 'datetime/timeoffset', ); } @@ -588,6 +589,7 @@ class Preferences { 'type' => 'selectorother', 'section' => 'rendering/advancedrendering', 'options' => $stubThresholdOptions, + 'size' => 20, 'label' => wfMsg( 'stub-threshold' ), // Raw HTML message. Yay? ); $defaultPreferences['highlightbroken'] =