diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-15 19:19:30 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-15 19:19:30 +0000 |
commit | a7a2b70880a149060184f7039fb0468d2dda7b4b (patch) | |
tree | ba2cf6af9903256bfad59e15f57bc93bcca1d0e1 /chrome/browser/resources/new_new_tab.html | |
parent | 50d7d721e63e1e1604b37b9361ec03a5affdfd0d (diff) | |
download | chromium_src-a7a2b70880a149060184f7039fb0468d2dda7b4b.zip chromium_src-a7a2b70880a149060184f7039fb0468d2dda7b4b.tar.gz chromium_src-a7a2b70880a149060184f7039fb0468d2dda7b4b.tar.bz2 |
Add message and image to NTP to promote extensions and bookmark sync.
BUG= 27393, 26744
TEST= promotional messages should show up on NTP.
Review URL: http://codereview.chromium.org/394005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 8767290..6b62355 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -172,6 +172,12 @@ function updateSimpleSection(id, section) { <body class="loading" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> +<div id="bottom-right-promo"> + <a i18n-values="href:extensionslink"> + <img src="chrome://theme/newtab_extensions_promo"> + </a> +</div> + <div id="main"> <div id="view-toolbar" @@ -269,13 +275,15 @@ function updateSimpleSection(id, section) { <img id="attribution-img"> </div> -</div> <!-- main --> + <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 id="themes-promo"> - <a i18n-values="href:themelink"> - <img src="ntp_themes_promo.png"> - </a> -</div> +</div> <!-- main --> <div class="window-menu" id="window-tooltip"></div> |