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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 7833021: [ntp4] Add a 'Manage Bookmarks' link at the top of the Bookmarks page. Also right-align links. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity;" 6 themegravity:themegravity;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <div class="color-stripe"></div> 127 <div class="color-stripe"></div>
128 <a class="title"></a> 128 <a class="title"></a>
129 </div> 129 </div>
130 130
131 <!-- Bookmarks Title Wrapper --> 131 <!-- Bookmarks Title Wrapper -->
132 <div id="bookmarks-title-wrapper" class="section-title-wrapper" hidden> 132 <div id="bookmarks-title-wrapper" class="section-title-wrapper" hidden>
133 <div class="section-title-mask"></div> 133 <div class="section-title-mask"></div>
134 <div class="section-title"></div> 134 <div class="section-title"></div>
135 </div> 135 </div>
136 136
137 <!-- Bookmarks Top Link -->
138 <div id="bookmarks-top-link-wrapper" hidden>
139 <a i18n-content="bookmarksManagerLinkTitle"></a>
140 </div>
141
142 <!-- Bookmarks Bottom Link -->
143 <div id="bookmarks-bottom-link-wrapper" hidden>
144 <a i18n-content="bookmarksShowAllLinkTitle"></a>
145 </div>
146
137 </html> 147 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/bookmarks_page.js ('k') | chrome/browser/resources/ntp4/tile_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698