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> |