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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 147247: Remove null link from "welcome to tips" default suggestion. Also make some h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months 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/new_new_tab.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 19737)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -164,10 +164,15 @@
</div><div class="spacer">
</div><div id="tips" class="section">
- <h2>Tips and Suggestions</h2>
- <div class="item-container">
- <div id="tip-items" jsskip="!processing">
+ <h2 jscontent="tipsandsuggestions"></h2>
+ <div id="tip-items" jsskip="!processing">
+ <div class="tips-title item" jsselect="$this"
+ jsdisplay="!url"
+ jscontent="localStrings.getString('defaulttipstitle')">
+ </div>
+ <div class="tips-container item-container">
<a class="item" jsselect="$this"
+ jsdisplay="url.length"
jsvalues="href:url;title:title"
jscontent="title"></a>
</div>
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698