Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -31,8 +31,6 @@ |
32 | 32 | 'config-no-session' => 'Your session data was lost! |
33 | 33 | Check your php.ini and make sure <code>session.save_path</code> is set to an appropriate directory.', |
34 | 34 | 'config-session-path-bad' => 'Your <code>session.save_path</code> (<code>$1</code>) seems to be invalid or unwritable.', |
35 | | - 'config-show-help' => 'Help', |
36 | | - 'config-hide-help' => 'Hide help', |
37 | 35 | 'config-your-language' => 'Your language:', |
38 | 36 | 'config-your-language-help' => 'Select a language to use during the installation process.', |
39 | 37 | 'config-wiki-language' => 'Wiki language:', |
Index: trunk/phase3/includes/installer/WebInstallerOutput.php |
— | — | @@ -183,12 +183,6 @@ |
184 | 184 | </head> |
185 | 185 | |
186 | 186 | <?php echo Html::openElement( 'body', array( 'class' => $this->getDir() ) ) . "\n"; ?> |
187 | | -<noscript> |
188 | | -<style type="text/css"> |
189 | | -.config-help-message { display: block; } |
190 | | -.config-show-help { display: none; } |
191 | | -</style> |
192 | | -</noscript> |
193 | 187 | <div id="mw-page-base"> |
194 | 188 | <div id="mw-head-base"> |
195 | 189 | <div id="content"> |