Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: chrome/browser/resources/options/search_page.html

Issue 5538002: dom-ui settings: Implement search capability for top level panels.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase to r68355. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options/search_page.css ('k') | chrome/browser/resources/options/search_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/search_page.html
===================================================================
--- chrome/browser/resources/options/search_page.html (revision 68355)
+++ chrome/browser/resources/options/search_page.html (working copy)
@@ -3,7 +3,7 @@
<div id="searchPageInfo">
<p i18n-content="searchPageInfo"></p>
</div>
- <div id="searchPageNoMatches" class="hidden">
+ <div id="searchPageNoMatches">
<p i18n-content="searchPageNoMatches"></p>
<p><span i18n-content="searchPageHelpLabel"></span>
<a target=_blank" i18n-content="searchPageHelpTitle"
« no previous file with comments | « chrome/browser/resources/options/search_page.css ('k') | chrome/browser/resources/options/search_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698