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

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

Issue 7529036: Add warning message to downloads directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing image Created 9 years, 4 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/js/util.js ('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.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index adb99329b21fe460f854742c1d8cd596bd73d887..9daec9f02b4269dd921bfc5c40a60903d3acde4b 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -110,7 +110,6 @@
>[TITLE]</div>
<div class=dialog-header>
<div class=breadcrumbs></div>
- <!-- TODO(rginda): Add icons instead of unicode glyphs -->
<button class=detail-view tabindex=4
><img src='images/icon-detail-view.png'></button
><button class=thumbnail-view tabindex=5
@@ -122,9 +121,15 @@
></button>
</div>
<div class=dialog-body>
- <div class=list-container>
- <div class=detail-table tabindex=0></div>
- <grid class=thumbnail-grid tabindex=0></grid>
+ <div class=left-column>
+ <div class=list-container>
+ <div class=detail-table tabindex=0></div>
+ <grid class=thumbnail-grid tabindex=0></grid>
+ </div>
+ <div class=downloads-warning>
+ <img src=images/warning_icon_square_26x26.png>
+ <div></div>
+ </div>
</div>
<div class=preview-container>
<div class=table-header style='width:100%'>
« no previous file with comments | « chrome/browser/resources/file_manager/js/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698