From: Chad Horohoe Date: Wed, 23 Feb 2011 17:22:09 +0000 (+0000) Subject: Move doclink pages to the left sidebar, rather than the right. X-Git-Tag: 1.31.0-rc.0~31806 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=1db4e51ea8aa214209a6c522e2b655888c185246;p=lhc%2Fweb%2Fwiklou.git Move doclink pages to the left sidebar, rather than the right. The right should be steps :) --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 3f942b6db4..210bf638e9 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -78,7 +78,12 @@ You should have received a copy of the GNU General Public 'config-sidebar' => "* [http://www.mediawiki.org MediaWiki home] * [http://www.mediawiki.org/wiki/Help:Contents User's Guide] * [http://www.mediawiki.org/wiki/Manual:Contents Administrator's Guide] -* [http://www.mediawiki.org/wiki/Manual:FAQ FAQ]", +* [http://www.mediawiki.org/wiki/Manual:FAQ FAQ] +---- +* Read me +* Release notes +* Copying +* Upgrading", 'config-env-good' => 'The environment has been checked. You can install MediaWiki.', 'config-env-bad' => 'The environment has been checked. diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index e6795244de..6588291819 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -501,11 +501,7 @@ class WebInstaller extends Installer { } $s .= "
\n"; // end list pane $s .= Html::element( 'h2', array(), wfMsg( 'config-page-' . strtolower( $currentPageName ) ) );