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

Unified Diff: chrome/browser/resources/options2/chromeos/set_wallpaper_options.html

Issue 10375010: Implement user selected wallpaper feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/options2/chromeos/set_wallpaper_options.html
diff --git a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
index 40ed2fdab98d68f6b433361754e2e2d8b8e60b91..7166cb5c5dd4203045c998bee1d50240c0032624 100644
--- a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
+++ b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
@@ -9,7 +9,7 @@
</div>
<div class="bottom-bar">
<div class="image-attr">
- <span i18n-content="setWallpaperAuthor"></span>
+ <span id="attribution-label" i18n-content="setWallpaperAuthor"></span>
<strong id="author-name"></strong>
<span id="author-website"></span>
</div>
@@ -23,6 +23,9 @@
<div class="spacer"></div>
<div class="button-strip">
<button id="set-wallpaper-overlay-confirm" i18n-content="ok"></button>
+ <button id="set-custome-wallpaper" i18n-content="customeWallpaper"></button>
flackr 2012/05/04 19:06:17 do you mean custom (s/custome/custom)?
James Hawkins 2012/05/06 15:49:50 80 cols.
bshe 2012/05/08 22:22:18 Done.
bshe 2012/05/08 22:22:18 Done.
+ <select id="set-wallpaper-layout" hidden>
+ </select>
James Hawkins 2012/05/06 15:49:50 The closing tag should be on the line above.
bshe 2012/05/08 22:22:18 Done.
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698