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

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

Issue 10827316: [FileBrowser] Added newfolder button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/file_manager.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 bbdcc8b115a74e713a3c73bca9461d57e52c2ea3..2f3644696732bf9aabc51c6f6db8ba80499d233f 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -231,6 +231,8 @@
</div>
</div>
<div class=dialog-footer invisibleif="full-page">
+ <button id="new-folder" i18n-content=NEW_FOLDER_BUTTON_LABEL
+ visibleif="saveas-file">[NEW FOLDER]</button>
<div id="filename-input-box">
<div class=filename-label i18n-content=FILENAME_LABEL>[FILENAME]</div>
<input type=text spellcheck=false>
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698