r66381 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66380‎ | r66381 | r66382 >
Date:19:48, 13 May 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: MFT r66374
Modified paths:
  • /branches/wmf/1.16wmf4/skins/Vector.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/skins/Vector.php
@@ -756,11 +756,11 @@
757757 <input type='hidden' name="title" value="<?php $this->text( 'searchtitle' ) ?>"/>
758758 <?php if ( $wgVectorUseSimpleSearch ): ?>
759759 <div id="simpleSearch">
760 - <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; ?> />
 760+ <input id="searchInput" name="search" type="text" tabindex="1" <?php echo $this->skin->tooltipAndAccesskey( 'search' ); ?> <?php if( isset( $this->data['search'] ) ): ?> value="<?php $this->text( 'search' ) ?>"<?php endif; ?> />
761761 <button id="searchButton" type='submit' name='button' <?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?>>&nbsp;</button>
762762 </div>
763763 <?php else: ?>
764 - <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; ?> />
 764+ <input id="searchInput" name="search" type="text" tabindex="1" <?php echo $this->skin->tooltipAndAccesskey( 'search' ); ?> <?php if( isset( $this->data['search'] ) ): ?> value="<?php $this->text( 'search' ) ?>"<?php endif; ?> />
765765 <input type='submit' name="go" class="searchButton" id="searchGoButton" value="<?php $this->msg( 'searcharticle' ) ?>"<?php echo $this->skin->tooltipAndAccesskey( 'search-go' ); ?> />
766766 <input type="submit" name="fulltext" class="searchButton" id="mw-searchButton" value="<?php $this->msg( 'searchbutton' ) ?>"<?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?> />
767767 <?php endif; ?>
Property changes on: branches/wmf/1.16wmf4/skins/Vector.php
___________________________________________________________________
Name: svn:mergeinfo
768768 + /branches/wmf-deployment/skins/Vector.php:60970
/trunk/phase3/skins/Vector.php:63545-63546,63549,63643,63764,63897-63901,65015,65387,65391,65555,65590,66374

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66374Sets tabindex="1" on search inputs.tparscal18:31, 13 May 2010

Status & tagging log