From: Tom Gilder Date: Tue, 11 Oct 2005 01:31:21 +0000 (+0000) Subject: Moved stub display setting to misc; renamed "Recent changes & stubs" X-Git-Tag: 1.6.0~1481 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=9cb7e9211266853b5bdf217b0b04e0697ccb00bf;p=lhc%2Fweb%2Fwiklou.git Moved stub display setting to misc; renamed "Recent changes & stubs" --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 1a56bc51e2..d85cf3bc43 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -746,17 +746,8 @@ class PreferencesForm { ) . '' ); - $wgOut->addHTML( '
' . htmlspecialchars(wfMsg('prefs-rc')) . ' - ' . - $this->addRow( - wfMsg ( 'stubthreshold' ), - "mStubs\" size='6' />" - ) . - $this->addRow( - wfMsg( 'recentchangescount' ), - "mRecent\" size='6' />" - ) . - '
' . + $wgOut->addHTML( '
' . htmlspecialchars(wfMsg('prefs-rc')) . '' . + wfMsg ( 'recentchangescount' ) . " mRecent\" size='6' />" . $this->getToggles( array( 'hideminor', $wgRCShowWatchingUsers ? 'shownumberswatching' : false, @@ -773,7 +764,7 @@ class PreferencesForm { # Misc # $wgOut->addHTML('
' . wfMsg('prefs-misc') . ''); - + $wgOut->addHTML( htmlspecialchars ( wfMsg ( 'stubthreshold' ) ) . " mStubs\" size='6' />"); $msgUnderline = htmlspecialchars(wfMsg("tog-underline")); $msgUnderlinenever = htmlspecialchars(wfMsg("underline-never")); $msgUnderlinealways = htmlspecialchars(wfMsg("underline-always")); diff --git a/languages/Language.php b/languages/Language.php index 92e78da550..2fb743dedc 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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', diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 5f1e89bd59..5c9853b166 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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 {