r99821 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99820‎ | r99821 | r99822 >
Date:22:07, 14 October 2011
Author:preilly
Status:deferred
Tags:
Comment:
fix for bug 31710 - ios app show both native and mobile web search input fields
Modified paths:
  • /trunk/extensions/MobileFrontend/views/layout/_search_webkit.html.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/views/layout/_search_webkit.html.php
@@ -8,11 +8,8 @@
99 $randomButton = self::$messages['mobile-frontend-random-button'];
1010
1111 $scriptUrl = wfScript();
 12+$searchBoxDisplayNone = ( self::$hideSearchBox ) ? ' style="display: none;" ' : '';
1213
13 -if ( self::$hideSearchBox ) {
14 - $searchBoxDisplayNone = ' style="display: none;" ';
15 -}
16 -
1714 $searchWebkitHtml = <<<EOD
1815 <div id='header'>
1916 <div id='searchbox'>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99819fix for bug 31710 - ios app show both native and mobile web search input fieldspreilly22:01, 14 October 2011
r99820fix for bug 31710 - ios app show both native and mobile web search input fieldspreilly22:04, 14 October 2011

Status & tagging log