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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 1823763006: Files app: Increase information in details panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « ui/file_manager/file_manager/foreground/js/ui/single_file_details.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index a1c46121c66525b4814defe93fef7c53c400f6d9..e3e0198f76e03b5a22c2ec74caad008bac04efca 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -428,6 +428,18 @@
<span i18n-content="SIZE_COLUMN_LABEL"></span>:
<span class='content'></span>
</li>
+ <li class='image-size'>
+ <span i18n-content="IMAGE_RESOLUTION_COLUMN_LABEL"></span>:
+ <span class='content'></span>
+ </li>
+ <li class='media-title'>
+ <span i18n-content="MEDIA_TITLE_COLUMN_LABEL"></span>:
+ <span class='content'></span>
+ </li>
+ <li class='media-artist'>
+ <span i18n-content="MEDIA_ARTIST_COLUMN_LABEL"></span>:
+ <span class='content'></span>
+ </li>
</ul>
</div>
<div id="multi-file-details">
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/single_file_details.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698