diff options
author | Florian Schunk <florian.schunk@rwth-aachen.de> | 2018-12-14 12:35:15 +0100 |
---|---|---|
committer | Florian Schunk <florian.schunk@rwth-aachen.de> | 2019-01-09 11:28:51 +0100 |
commit | 74197462c0299a766b33289571dcbdc54b6eeabd (patch) | |
tree | 371664aefa90177940a2875b231aff3f010baf19 /core/templates/filepicker.html | |
parent | 8593edd66d31e5121b3f770853dcc9256c0bc42a (diff) | |
download | nextcloud-server-74197462c0299a766b33289571dcbdc54b6eeabd.tar.gz nextcloud-server-74197462c0299a766b33289571dcbdc54b6eeabd.zip |
added button for new folder to interface
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
Diffstat (limited to 'core/templates/filepicker.html')
-rw-r--r-- | core/templates/filepicker.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index 2f61d32f3f4..bcd901d8a9f 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -1,5 +1,6 @@ <div id="{dialog_name}" title="{title}"> <span class="dirtree breadcrumb"></span> + <span class="actions creatable"><a href="#" class="icon icon-add button"></a></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"> |