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> |