Index: branches/wmf/1.16wmf4/skins/Vector.php |
— | — | @@ -756,11 +756,11 @@ |
757 | 757 | <input type='hidden' name="title" value="<?php $this->text( 'searchtitle' ) ?>"/> |
758 | 758 | <?php if ( $wgVectorUseSimpleSearch ): ?> |
759 | 759 | <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; ?> /> |
761 | 761 | <button id="searchButton" type='submit' name='button' <?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?>> </button> |
762 | 762 | </div> |
763 | 763 | <?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; ?> /> |
765 | 765 | <input type='submit' name="go" class="searchButton" id="searchGoButton" value="<?php $this->msg( 'searcharticle' ) ?>"<?php echo $this->skin->tooltipAndAccesskey( 'search-go' ); ?> /> |
766 | 766 | <input type="submit" name="fulltext" class="searchButton" id="mw-searchButton" value="<?php $this->msg( 'searchbutton' ) ?>"<?php echo $this->skin->tooltipAndAccesskey( 'search-fulltext' ); ?> /> |
767 | 767 | <?php endif; ?> |
Property changes on: branches/wmf/1.16wmf4/skins/Vector.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
768 | 768 | + /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 |