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

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

Issue 394005: Add message and image to NTP to promote extensions and bookmark sync.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 32026)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -172,6 +172,12 @@
<body class="loading"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<div id="bottom-right-promo">
arv (Not doing code reviews) 2009/11/16 17:47:48 can you put this after main like before?
Miranda Callahan 2009/11/16 22:10:54 I put it up here so it will be at the bottom of th
+ <a i18n-values="href:extensionslink">
+ <img src="chrome://theme/newtab_extensions_promo">
+ </a>
+</div>
+
<div id="main">
<div id="view-toolbar"
@@ -269,14 +275,16 @@
<img id="attribution-img">
</div>
+ <div id="footer">
+ <div id="promo-line">
+ <span id="promo-new" i18n-content="promonew"></span>
+ <span i18n-values=".innerHTML:promomessage"></span>
+ <button id="promo-close">
+ </div>
+ </div>
+
</div> <!-- main -->
-<div id="themes-promo">
- <a i18n-values="href:themelink">
- <img src="ntp_themes_promo.png">
- </a>
-</div>
-
<div class="window-menu" id="window-tooltip"></div>
</body>

Powered by Google App Engine
This is Rietveld 408576698