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

Side by Side Diff: ui/file_manager/gallery/gallery.html

Issue 1173863004: Revert of Move overwrite original checkbox and saved label to bottom toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 -- Copyright 2014 The Chromium Authors. All rights reserved. 2 -- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be 3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. 4 -- found in the LICENSE file.
5 --> 5 -->
6 <html> 6 <html>
7 <head> 7 <head>
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> 9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css">
10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> 10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css">
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 <div class="button-spacer"> 100 <div class="button-spacer">
101 <button class="button mode"></button> 101 <button class="button mode"></button>
102 <button class="button slideshow"></button> 102 <button class="button slideshow"></button>
103 <button class="button edit"></button> 103 <button class="button edit"></button>
104 <button class="button print"></button> 104 <button class="button print"></button>
105 <button class="delete"></button> 105 <button class="delete"></button>
106 <button class="share"></button> 106 <button class="share"></button>
107 </div> 107 </div>
108 </div> 108 </div>
109 <div id="bottom-toolbar" class="toolbar bottom tool dimmable"> 109 <div id="bottom-toolbar" class="toolbar bottom tool dimmable">
110 <div class="slide-mode-toolbar"> 110 <div class="middle-spacer">
111 <div class="ribbon-spacer"></div> 111 <div class="ribbon-spacer"></div>
112 </div>
113
114 <div class="edit-mode-toolbar">
115 <div class="options">
116 <!-- TODO(yawano): Replace overwrite original checkbox with undo toast . -->
117 <div class="overwrite-original">
118 <input id="overwrite-checkbox" type="checkbox"></input>
119 <div class="label" for="overwrite-checkbox" i18n-content="GALLERY_OV ERWRITE_ORIGINAL"></div>
120 </div>
121 <div class="saved" i18n-content="GALLERY_SAVED"></div>
122 </div>
123 <div class="edit-bar-spacer"></div> 112 <div class="edit-bar-spacer"></div>
124 </div> 113 </div>
125 </div> 114 </div>
126 <div class="prompt-wrapper" pos="center"> 115 <div class="prompt-wrapper" pos="center">
127 <div class="error-banner"></div> 116 <div class="error-banner"></div>
128 </div> 117 </div>
129 </div> 118 </div>
130 </body> 119 </body>
131 </html> 120 </html>
OLDNEW
« 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