Followup r75832: rm unused inline CSS and unused show/hide message
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 8 Nov 2010 16:25:57 +0000 (16:25 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 8 Nov 2010 16:25:57 +0000 (16:25 +0000)
includes/installer/Installer.i18n.php
includes/installer/WebInstallerOutput.php

index 740fdb0..89165ac 100644 (file)
@@ -31,8 +31,6 @@ Restart the installation process.',
        'config-no-session'               => 'Your session data was lost!
 Check your php.ini and make sure <code>session.save_path</code> is set to an appropriate directory.',
        'config-session-path-bad'         => 'Your <code>session.save_path</code> (<code>$1</code>) seems to be invalid or unwritable.',
-       'config-show-help'                => 'Help',
-       'config-hide-help'                => 'Hide help',
        'config-your-language'            => 'Your language:',
        'config-your-language-help'       => 'Select a language to use during the installation process.',
        'config-wiki-language'            => 'Wiki language:',
index a05736f..1f429b8 100644 (file)
@@ -183,12 +183,6 @@ class WebInstallerOutput {
 </head>
 
 <?php echo Html::openElement( 'body', array( 'class' => $this->getDir() ) ) . "\n"; ?>
-<noscript>
-<style type="text/css">
-.config-help-message { display: block; }
-.config-show-help { display: none; }
-</style>
-</noscript>
 <div id="mw-page-base">
 <div id="mw-head-base">
 <div id="content">