Consistency tweak: Reduce the length of these input field and make them consistent...
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 15 Oct 2009 20:31:19 +0000 (20:31 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 15 Oct 2009 20:31:19 +0000 (20:31 +0000)
includes/Preferences.php

index 072f92d..2137f9d 100644 (file)
@@ -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'] =