diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 22:25:34 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 22:25:34 +0000 |
commit | 76aa2f684a2cdbd8b476001230d4f1e244196a69 (patch) | |
tree | 1cf3b904d5cb4f7e3ecff3ca1ae0580746c35f4a /chrome/browser/resources/new_new_tab.html | |
parent | 2a0fef6f8968901f60e6870731da2e3adf31aabd (diff) | |
download | chromium_src-76aa2f684a2cdbd8b476001230d4f1e244196a69.zip chromium_src-76aa2f684a2cdbd8b476001230d4f1e244196a69.tar.gz chromium_src-76aa2f684a2cdbd8b476001230d4f1e244196a69.tar.bz2 |
Bring back attribution. If there is no custom attribution, fall back to the product logo.
BUG=53970
TEST=
Review URL: http://codereview.chromium.org/3336004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58555 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 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index e324d47..2080c71 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -117,8 +117,12 @@ if ('mode' in hashParams) { <body class="loading" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> -<div id="main"> +<div id="attribution" class="attribution"> + <div i18n-content="attributionintro"></div> + <img id="attribution-img"> +</div> +<div id="main"> <menu id="option-menu"> <div command="clear-all-blacklisted" i18n-content="restorethumbnails"></div> @@ -171,11 +175,6 @@ if ('mode' in hashParams) { </div> </div> </div> - - <div id="attribution" class="attribution"> - <div i18n-content="attributionintro"></div> - <img id="attribution-img"> - </div> </div> <!-- main --> <div class="window-menu" id="window-tooltip"></div> |