http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76314

Revision: 76314
Author:   demon
Date:     2010-11-08 16:25:57 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
Followup r75832: rm unused inline CSS and unused show/hide message

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php
    trunk/phase3/includes/installer/WebInstallerOutput.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2010-11-08 16:19:08 UTC 
(rev 76313)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2010-11-08 16:25:57 UTC 
(rev 76314)
@@ -31,8 +31,6 @@
        '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:',

Modified: trunk/phase3/includes/installer/WebInstallerOutput.php
===================================================================
--- trunk/phase3/includes/installer/WebInstallerOutput.php      2010-11-08 
16:19:08 UTC (rev 76313)
+++ trunk/phase3/includes/installer/WebInstallerOutput.php      2010-11-08 
16:25:57 UTC (rev 76314)
@@ -183,12 +183,6 @@
 </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">


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to