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

Revision: 82852
Author:   demon
Date:     2011-02-26 13:51:03 +0000 (Sat, 26 Feb 2011)
Log Message:
-----------
Turn hidden help into always-visible info box for user rights info

Modified Paths:
--------------
    trunk/phase3/includes/installer/WebInstallerPage.php

Modified: trunk/phase3/includes/installer/WebInstallerPage.php
===================================================================
--- trunk/phase3/includes/installer/WebInstallerPage.php        2011-02-26 
13:28:02 UTC (rev 82851)
+++ trunk/phase3/includes/installer/WebInstallerPage.php        2011-02-26 
13:51:03 UTC (rev 82852)
@@ -741,7 +741,7 @@
                                'itemLabelPrefix' => 'config-profile-',
                                'values' => array_keys( 
$this->parent->rightsProfiles ),
                        ) ) .
-                       $this->parent->getHelpBox( 'config-profile-help' ) .
+                       $this->parent->getInfoBox( wfMsgNoTrans( 
'config-profile-help' ) ) .
 
                        # Licensing
                        $this->parent->getRadioSet( array(


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

Reply via email to