summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/filepicker.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html
index bcd901d8a9f..d764ff377d7 100644
--- a/core/templates/filepicker.html
+++ b/core/templates/filepicker.html
@@ -1,6 +1,15 @@
<div id="{dialog_name}" title="{title}">
<span class="dirtree breadcrumb"></span>
- <span class="actions creatable"><a href="#" class="icon icon-add button"></a></span>
+ <span class="actions creatable"><a href="#" class="icon icon-add button button-add"></a>
+ <nav class="menu popovermenu bubble menu-center newFileMenu">
+ <ul><li>
+ <form class="filenameform">
+ <input type="text" value={newtext}>
+ <input class="icon-confirm" type="submit" value="">
+ </form>
+ </li></ul>
+ </nav>
+ </span>
<input type="checkbox" class="hidden-visually" id="picker-showgridview" checked="checked" />
<label id="picker-view-toggle" for="picker-showgridview" class="button icon-toggle-filelist"></label>
<div class="filelist-container">