r56107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56106‎ | r56107 | r56108 >
Date:18:38, 9 September 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Some more tweaks to accomadate changes being made with the SimpleSearch extension.
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -763,7 +763,7 @@
764764 <?php if ( $wgVectorUseSimpleSearch ): ?>
765765 <div id="simpleSearch">
766766 <input id="searchInput" name="search" type="text" <?php echo $this->skin->tooltipAndAccesskey( 'search' ); ?> <?php if( isset( $this->data['search'] ) ): ?> value="<?php $this->text( 'search' ) ?>"<?php endif; ?> />
767 - <button id="searchButton" type='submit' name='fulltext' <?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?>>&nbsp;</button>
 767+ <button id="searchButton" type='submit' name='button' <?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?>>&nbsp;</button>
768768 </div>
769769 <?php else: ?>
770770 <input id="searchInput" name="search" type="text" <?php echo $this->skin->tooltipAndAccesskey( 'search' ); ?> <?php if( isset( $this->data['search'] ) ): ?> value="<?php $this->text( 'search' ) ?>"<?php endif; ?> />
Index: trunk/phase3/skins/vector/main-ltr.css
@@ -357,10 +357,10 @@
358358 #simpleSearch > button#searchButton {
359359 height: 100%;
360360 }
361 - .suggestions-heading .search-for {
 361+ .suggestions-special .search-for {
362362 color: green;
363363 }
364 - .suggestions-heading .search-term {
 364+ .suggestions-special .search-term {
365365 color: blue;
366366 text-decoration: underline;
367367 }
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -357,10 +357,10 @@
358358 #simpleSearch > button#searchButton {
359359 height: 100%;
360360 }
361 - .suggestions-heading .search-for {
 361+ .suggestions-special .search-for {
362362 color: green;
363363 }
364 - .suggestions-heading .search-term {
 364+ .suggestions-special .search-term {
365365 color: blue;
366366 text-decoration: underline;
367367 }

Status & tagging log