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

Side by Side Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 1285203003: Fix the missing wallpaper reference link and icon of the built-in wallpapers at the bottom of Wallp… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 ------ 3 ------
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. 4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <html i18n-values="dir:textdirection;lang:language"> 8 <html i18n-values="dir:textdirection;lang:language">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 </div> 99 </div>
100 <div class="dialog-main"> 100 <div class="dialog-main">
101 <div id="category-container"> 101 <div id="category-container">
102 <div id="wallpaper-set-by-message"></div> 102 <div id="wallpaper-set-by-message"></div>
103 <grid id="wallpaper-grid" class="image-picker"></grid> 103 <grid id="wallpaper-grid" class="image-picker"></grid>
104 <div id="spinner-container" hidden></div> 104 <div id="spinner-container" hidden></div>
105 <div class="progress-bar" hidden> 105 <div class="progress-bar" hidden>
106 <div class="progress-track"></div> 106 <div class="progress-track"></div>
107 </div> 107 </div>
108 <div class="bottom-bar"> 108 <div class="bottom-bar">
109 <div id="online-wallpaper-attribute" visibleif="online"> 109 <div id="online-wallpaper-attribute">
bshe 2015/08/17 16:21:50 can you verify if online-wallpaper-attribute is no
110 <img id="attribute-image" hidden> 110 <img id="attribute-image" hidden>
111 <div id="wallpaper-attribute" hidden> 111 <div id="wallpaper-attribute" hidden>
112 <div> 112 <div>
113 <label> 113 <label>
114 <span id="author-name"></span> 114 <span id="author-name"></span>
115 </label> 115 </label>
116 </div> 116 </div>
117 <div> 117 <div>
118 <a id="author-website" target="_blank"></a> 118 <a id="author-website" target="_blank"></a>
119 </div> 119 </div>
120 </div> 120 </div>
121 </div> 121 </div>
122 <div class="spacer"></div> 122 <div class="spacer"></div>
123 <div id="surprise-me" hidden> 123 <div id="surprise-me" hidden>
124 <div id="checkbox"></div> 124 <div id="checkbox"></div>
125 <span i18n-content="surpriseMeLabel"></span> 125 <span i18n-content="surpriseMeLabel"></span>
126 </div> 126 </div>
127 </div> 127 </div>
128 </div> 128 </div>
129 </div> 129 </div>
130 </div> 130 </div>
131 </body> 131 </body>
132 </html> 132 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698