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

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

Issue 6825052: Update the web store promo to be clearer and configurable at run-time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix URL. Created 9 years, 8 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
Index: chrome/browser/resources/new_new_tab.html
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
index 59c1bca6f6c2e08b15c7a1c086403cd105700f9e..c2e249cc5d0817df5a63a1cb9b25013d9d2090e9 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -146,10 +146,13 @@ if ('mode' in hashParams) {
<div class="maxiview" id="apps-maxiview">
<div id="apps-promo">
- <button id="apps-promo-hide" i18n-content="appspromohide"></button>
- <h3 i18n-content="appspromoheader"></h3>
- <p id="apps-promo-text1" i18n-values=".innerHTML:appspromotext1"></p>
- <p id="apps-promo-text2" i18n-content="appspromotext2"></p>
+ <p id="apps-promo-heading"></p>
+ <div class="g-button-basic">
+ <div><span><span>
arv (Not doing code reviews) 2011/04/13 17:17:59 div-span-span? What tag is that? Why do you need
jstritar 2011/04/13 19:52:27 I asked myself the same question. I'm using the bu
+ <a id="apps-promo-link" href=""></a>
+ </span></span></div>
+ </div>
+ <button id="apps-promo-hide"></button>
</div>
<div id="apps-content"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698