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

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

Issue 178065: NNTP cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 25087)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -1,5 +1,12 @@
-<!DOCTYPE html>
-<html i18n-values="dir:textdirection;firstview:firstview;bookmarkbarattached:bookmarkbarattached;hasattribution:hasattribution;anim:anim;syncispresent:syncispresent;showsetashomepage:showsetashomepage">
+.<!DOCTYPE html>
+<html i18n-values="
+ dir:textdirection;
+ firstview:firstview;
+ bookmarkbarattached:bookmarkbarattached;
+ hasattribution:hasattribution;
+ anim:anim;
+ syncispresent:syncispresent;
+ showsetashomepage:showsetashomepage">
<meta charset="utf-8">
<title i18n-content="title"></title>
@@ -220,22 +227,19 @@
</div>
<div id="sync-status">
- <h2>&nbsp;</h2>
- <span>&nbsp;</span>
- <span><a href="">&nbsp;</a></span>
+ <h2></h2>
+ <span></span>
</div>
<div id="set-as-homepage">
- <span>
- </span>
+ <button class="link" i18n-content="makethishomepage"></button>
</div>
- <div id="tip-line">
- </div>
+ <div id="tip-line"></div>
<div id="attribution" class="attribution">
- <span i18n-content="attributionintro"></span><br />
- <img id="attribution-img" />
+ <div i18n-content="attributionintro"></div>
+ <img id="attribution-img">
</div>
</div> <!-- main -->
@@ -245,5 +249,4 @@
</body>
<script src="local_strings.js"></script>
<script src="new_new_tab.js"></script>
-<script>updateAttribution();</script>
</html>
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698