Moved stub display setting to misc; renamed "Recent changes & stubs"
authorTom Gilder <tomgilder@users.mediawiki.org>
Tue, 11 Oct 2005 01:31:21 +0000 (01:31 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Tue, 11 Oct 2005 01:31:21 +0000 (01:31 +0000)
includes/SpecialPreferences.php
languages/Language.php
skins/monobook/main.css

index 1a56bc5..d85cf3b 100644 (file)
@@ -746,17 +746,8 @@ class PreferencesForm {
                        ) . '</fieldset>'
                );
 
-               $wgOut->addHTML( '<fieldset><legend>' . htmlspecialchars(wfMsg('prefs-rc')) . '</legend>
-                               <table>' .
-                                       $this->addRow(
-                                               wfMsg ( 'stubthreshold' ),
-                                               "<input type='text' name=\"wpStubs\" value=\"$this->mStubs\" size='6' />"
-                                       ) .
-                                       $this->addRow(
-                                               wfMsg( 'recentchangescount' ),
-                                               "<input type='text' name='wpRecent' value=\"$this->mRecent\" size='6' />"
-                                       ) .
-                               '</table>' .
+               $wgOut->addHTML( '<fieldset><legend>' . htmlspecialchars(wfMsg('prefs-rc')) . '</legend>' . 
+                                       wfMsg ( 'recentchangescount' ) . " <input type='text' name='wpRecent' value=\"$this->mRecent\" size='6' />" .
                        $this->getToggles( array(
                                'hideminor',
                                $wgRCShowWatchingUsers ? 'shownumberswatching' : false,
@@ -773,7 +764,7 @@ class PreferencesForm {
                # Misc
                #
                $wgOut->addHTML('<fieldset><legend>' . wfMsg('prefs-misc') . '</legend>');
-
+               $wgOut->addHTML( htmlspecialchars ( wfMsg ( 'stubthreshold' ) ) . " <input type='text' name=\"wpStubs\" value=\"$this->mStubs\" size='6' />");
                $msgUnderline = htmlspecialchars(wfMsg("tog-underline"));
                $msgUnderlinenever = htmlspecialchars(wfMsg("underline-never"));
                $msgUnderlinealways = htmlspecialchars(wfMsg("underline-always"));
index 92e78da..2fb743d 100644 (file)
@@ -868,7 +868,7 @@ See [[Project:User preferences help]] for help deciphering the options.",
 'math_bad_output'      => 'Can\'t write to or create math output directory',
 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
 'prefs-personal' => 'User data',
-'prefs-rc' => 'Recent changes & stubs',
+'prefs-rc' => 'Recent changes',
 'prefs-misc' => 'Misc',
 'saveprefs'            => 'Save Preferences',
 'resetprefs'   => 'Reset',
index 5f1e89b..5c9853b 100644 (file)
@@ -912,6 +912,7 @@ head:first-child+body #footer li { white-space: nowrap; }
 /* js pref toc */
 #preftoc {
     margin: 0;
+    padding: 0;
     width: 100%;
 }
 #preftoc li {