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

Unified Diff: ui/file_manager/gallery/gallery.html

Issue 1167533004: Move overwrite original checkbox and saved label to bottom toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix UI in RTL. Created 5 years, 7 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
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index 5c3031cbe1b1a3f6d1e0302615d70bc1faa70fb6..dc37823c90e15e3258838b50380d2d2a92fd77bb 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -107,8 +107,19 @@
</div>
</div>
<div id="bottom-toolbar" class="toolbar bottom tool dimmable">
- <div class="middle-spacer">
+ <div class="slide-mode-toolbar">
<div class="ribbon-spacer"></div>
+ </div>
+
+ <div class="edit-mode-toolbar">
+ <div class="options">
+ <!-- TODO(yawano): Replace overwrite original checkbox with undo toast. -->
+ <div class="overwrite-original">
+ <input id="overwrite-checkbox" type="checkbox"></input>
+ <div class="label" for="overwrite-checkbox" i18n-content="GALLERY_OVERWRITE_ORIGINAL"></div>
+ </div>
+ <div class="saved" i18n-content="GALLERY_SAVED"></div>
+ </div>
<div class="edit-bar-spacer"></div>
</div>
</div>
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698