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

Side by Side Diff: chrome/browser/resources/file_manager/main.html

Issue 10409093: [FileBrowser] Fixed tab navigation for detail-thumbnail-settings buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed merge issue. Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <!-- We have to set some default title, or chrome will use the page name. 9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as we init and change to a directory, we'll show the directory 10 -- As soon as we init and change to a directory, we'll show the directory
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 <list id="roots-list"></list> 133 <list id="roots-list"></list>
134 </div> 134 </div>
135 <div class=sidebar-splitter></div> 135 <div class=sidebar-splitter></div>
136 <div class=dialog-main> 136 <div class=dialog-main>
137 <div class=dialog-header> 137 <div class=dialog-header>
138 <div class=breadcrumbs></div> 138 <div class=breadcrumbs></div>
139 <input id="search-box" type="search" tabindex="4"> 139 <input id="search-box" type="search" tabindex="4">
140 140
141 <div class="right buttonbar"> 141 <div class="right buttonbar">
142 <div> 142 <div>
143 <button class="left small" id="detail-view"> 143 <button class="left small" id="detail-view" tabindex="5">
144 <img src="images/view_list_black_12x12.png"> 144 <img src="images/view_list_black_12x12.png">
145 </button> 145 </button>
146 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP 146 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP
147 >[DETAIL VIEW]</div> 147 >[DETAIL VIEW]</div>
148 </div> 148 </div>
149 <div> 149 <div>
150 <button class="right small" id="thumbnail-view"> 150 <button class="right small" id="thumbnail-view" tabindex="6">
151 <img src="images/view_thumbs_black_12x12.png"> 151 <img src="images/view_thumbs_black_12x12.png">
152 </button> 152 </button>
153 <div class="tooltip" i18n-content=THUMBNAIL_VIEW_TOOLTIP 153 <div class="tooltip" i18n-content=THUMBNAIL_VIEW_TOOLTIP
154 >[THUMBNAIL VIEW]</div> 154 >[THUMBNAIL VIEW]</div>
155 </div> 155 </div>
156 <button class="menubutton" id="gdata-settings" 156 <button class="menubutton" id="gdata-settings" tabindex="7"
157 menu="#docs-settings" visibleif="full-page"> 157 menu="#docs-settings" visibleif="full-page">
158 <img src="images/settings.svg"> 158 <img src="images/settings.svg">
159 <span class="disclosureindicator"></span> 159 <span class="disclosureindicator"></span>
160 </button> 160 </button>
161 </div> 161 </div>
162 162
163 </div> 163 </div>
164 <div class="gdrive-welcome header"></div> 164 <div class="gdrive-welcome header"></div>
165 <div class=dialog-body> 165 <div class=dialog-body>
166 <div class=filelist-panel> 166 <div class=filelist-panel>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <div class="progress-bar hide-in-butter"> 214 <div class="progress-bar hide-in-butter">
215 <div class="progress-track"></div> 215 <div class="progress-track"></div>
216 </div> 216 </div>
217 </div> 217 </div>
218 <div class="actions hide-in-butter"></div> 218 <div class="actions hide-in-butter"></div>
219 </div> 219 </div>
220 <div id=drag-image-container></div> 220 <div id=drag-image-container></div>
221 <iframe id=command-dispatcher hidden></iframe> 221 <iframe id=command-dispatcher hidden></iframe>
222 </body> 222 </body>
223 </html> 223 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | chrome/browser/resources/shared/js/cr/ui/dialogs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698