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

Side by Side Diff: chrome/browser/resources/options2/chromeos/set_wallpaper_options.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="set-wallpaper-page" class="page" hidden>
2 <div class="close-button"></div>
3 <div id="wallpaper-title">
4 <h1 i18n-content="setWallpaperPage"></h1>
5 <span i18n-content="setWallpaperPageDescription"></span>
6 </div>
7 <div class="content-area">
8 <grid id="wallpaper-grid" class="image-picker"></grid>
9 </div>
10 <div class="bottom-bar">
11 <div class="wallpaper-image-attr">
12 <span id="wallpaper-attribution-label" i18n-content="setWallpaperAuthor">
13 </span>
14 <strong id="wallpaper-author-name"></strong>
15 <span id="wallpaper-author-website"></span>
16 </div>
17 <div id="wallpaper-action-area" class="action-area">
18 <div class="checkbox" guest-visibility="disabled">
19 <label>
20 <input id="use-daily-wallpaper" type="checkbox">
21 <span i18n-content="dailyWallpaperLabel"></span>
22 </label>
23 </div>
24 <div class="spacer"></div>
25 <div class="button-strip">
26 <button id="set-wallpaper-overlay-confirm" i18n-content="ok"></button>
27 <button id="set-custom-wallpaper" i18n-content="customWallpaper">
28 </button>
29 <select id="set-wallpaper-layout" hidden></select>
30 </div>
31 </div>
32 </div>
33 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698