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

Unified Diff: chrome/browser/resources/file_manager/main_new_ui.html

Issue 16043005: Files.app: Added a header to the middle bar and polish the design. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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 | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/main_new_ui.html
diff --git a/chrome/browser/resources/file_manager/main_new_ui.html b/chrome/browser/resources/file_manager/main_new_ui.html
index 6976b2134c164748bc0059f5aca99f6e814d128c..286240548bc4bdbe7544ff92ebc764eeac597fad 100644
--- a/chrome/browser/resources/file_manager/main_new_ui.html
+++ b/chrome/browser/resources/file_manager/main_new_ui.html
@@ -276,6 +276,8 @@
<div class="main-panel">
<!-- The middle bar and spilitter are hidden by default, and will be shown by script if necessary. -->
<div class="dialog-middlebar-contents" hidden>
+ <div id="middlebar-header"
+ i18n-content="DRIVE_DIRECTORY_LABEL"></div>
<tree id="directory-tree" tabindex="8"></tree>
</div>
<div class="splitter" id="middlebar-splitter" hidden></div>
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698