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

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

Issue 902253003: Qualify drive label selector to drive tree...return the drive icon to the Cloud Import drop down. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format numbers and bytes in human friendly ways. Created 5 years, 10 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/file_manager/foreground/js/import_controller.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;lang:language"> 7 <html i18n-values="dir:textdirection;lang:language">
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 visibleif="full-page"> 333 visibleif="full-page">
334 <core-icon icon="social:person-add"></core-icon> 334 <core-icon icon="social:person-add"></core-icon>
335 <paper-ripple fit></paper-ripple> 335 <paper-ripple fit></paper-ripple>
336 </button> 336 </button>
337 <button id="delete-button" class="icon-button" command="#delete" tabindex= "10" 337 <button id="delete-button" class="icon-button" command="#delete" tabindex= "10"
338 i18n-values="aria-label:DELETE_BUTTON_LABEL" 338 i18n-values="aria-label:DELETE_BUTTON_LABEL"
339 visibleif="full-page"> 339 visibleif="full-page">
340 <core-icon icon="delete"></core-icon> 340 <core-icon icon="delete"></core-icon>
341 <paper-ripple fit></paper-ripple> 341 <paper-ripple fit></paper-ripple>
342 </button> 342 </button>
343 <button id="cloud-import-button" class="icon-button" tabindex="11" 343 <button id="cloud-import-button"
344 class="icon-button manual-display"
345 tabindex="11"
344 i18n-values="aria-label:CLOUD_IMPORT_BUTTON_LABEL" 346 i18n-values="aria-label:CLOUD_IMPORT_BUTTON_LABEL"
345 style='display: none;'> 347 style='display: none;'>
346 <core-icon icon="cloud-queue"></core-icon> 348 <core-icon icon="cloud-queue"></core-icon>
347 <paper-ripple fit></paper-ripple> 349 <paper-ripple fit></paper-ripple>
348 </button> 350 </button>
349 <button id="cloud-import-details-button" class="icon-button" tabindex="12" 351 <button id="cloud-import-details-button"
352 class="icon-button manual-display"
353 tabindex="12"
350 style='display: none;'> 354 style='display: none;'>
351 <core-icon icon="arrow-drop-down"></core-icon> 355 <core-icon icon="arrow-drop-down"></core-icon>
352 <paper-ripple fit></paper-ripple> 356 <paper-ripple fit></paper-ripple>
353 </button> 357 </button>
354 <button id="view-button" class="icon-button" tabindex="13"> 358 <button id="view-button" class="icon-button" tabindex="13">
355 <core-icon icon="view-module"></core-icon> 359 <core-icon icon="view-module"></core-icon>
356 <paper-ripple fit></paper-ripple> 360 <paper-ripple fit></paper-ripple>
357 </button> 361 </button>
358 <button id="gear-button" class="icon-button" tabindex="14" menu="#gear-men u" 362 <button id="gear-button" class="icon-button" tabindex="14" menu="#gear-men u"
359 i18n-values="aria-label:GEAR_BUTTON_TOOLTIP" 363 i18n-values="aria-label:GEAR_BUTTON_TOOLTIP"
360 aria-activedescendant="gear-menu"> 364 aria-activedescendant="gear-menu">
361 <core-icon icon="more-vert"></core-icon> 365 <core-icon icon="more-vert"></core-icon>
362 <paper-ripple fit></paper-ripple> 366 <paper-ripple fit></paper-ripple>
363 </button> 367 </button>
364 </div> 368 </div>
365 369
366 <div id="cloud-import-details" class="offscreen"> 370 <div id="cloud-import-details" class="offscreen">
367 <h1>Backup to Drive</h1> 371 <h1>Backup to Drive</h1>
368 372
369 <div id='#open-destination'> 373 <div id='#open-destination'>
370 <!!-- 374 <core-icon class="icon volume-icon" volume-type-icon="drive">
371 TODO(smckay): Setting volume-type-icon to "drive" breaks
372 functional tests because selection of the drive volume is
373 done using a query that matches this. Need to fix that.
374 See background/test_util.js:105
375 -->
376 <core-icon class="icon volume-icon" volume-type-icon="na">
377 </core-icon> My Photos 375 </core-icon> My Photos
378 </div> 376 </div>
379 377
380 <div class="detail"> 378 <div class="detail">
381 New photos: <span class="photo-count">0</span> 379 New photos: <span class="photo-count">0</span>
382 </div> 380 </div>
383 <div class="detail"> 381 <div class="detail">
384 Space required: <span class="space-required">0</span> 382 Space required: <span class="space-required">0</span>
385 </div> 383 </div>
386 384
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 <div class="right buttonbar"> 468 <div class="right buttonbar">
471 <select class="file-type" hidden></select> 469 <select class="file-type" hidden></select>
472 <button class="ok" disabled tabindex="2"></button> 470 <button class="ok" disabled tabindex="2"></button>
473 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button > 471 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button >
474 </div> 472 </div>
475 </div> 473 </div>
476 <div id="drag-container"></div> 474 <div id="drag-container"></div>
477 <iframe id="command-dispatcher" hidden></iframe> 475 <iframe id="command-dispatcher" hidden></iframe>
478 </body> 476 </body>
479 </html> 477 </html>
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/import_controller.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698