r77066 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77065‎ | r77066 | r77067 >
Date:21:07, 20 November 2010
Author:krinkle
Status:ok
Tags:
Comment:
class portlet -> class portal (Vector). #mw-panel's class for the items themselfs is also different in Vector. Now the sidebar finally looks the way it should (like Vector-skin in-wiki)
Modified paths:
  • /trunk/phase3/includes/installer/WebInstallerOutput.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstallerOutput.php
@@ -207,13 +207,13 @@
208208
209209
210210 <div id="mw-panel">
211 - <div class="portlet" id="p-logo">
 211+ <div class="portal" id="p-logo">
212212 <a style="background-image: url(../skins/common/images/mediawiki.png);"
213213 href="http://www.mediawiki.org/"
214214 title="Main Page"></a>
215215 </div>
216216 <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
217 - <div class="portlet"><div class="body">
 217+ <div class="portal"><div class="body">
218218 <?php
219219 echo $this->parent->parse( wfMsgNoTrans( 'config-sidebar' ), true );
220220 ?>

Status & tagging log