From 1db4e51ea8aa214209a6c522e2b655888c185246 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 23 Feb 2011 17:22:09 +0000 Subject: [PATCH] Move doclink pages to the left sidebar, rather than the right. The right should be steps :) --- includes/installer/Installer.i18n.php | 7 ++++++- includes/installer/WebInstaller.php | 6 +----- 2 files changed, 7 insertions(+), 6 deletions(-) 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 ) ) ); -- 2.20.1