summaryrefslogtreecommitdiffstats
path: root/core/templates/filepicker.html
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-05-17 04:54:08 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-05-17 04:54:08 +0200
commit152e275c8a780c220c5022ef059dd7b12adc7cf1 (patch)
tree3d4514d52158572ce1d3acb882072987e7c6cd8f /core/templates/filepicker.html
parent4a8db293ececca68207761ee5e9c8323cf686bda (diff)
downloadnextcloud-server-152e275c8a780c220c5022ef059dd7b12adc7cf1.tar.gz
nextcloud-server-152e275c8a780c220c5022ef059dd7b12adc7cf1.zip
Various cleanups in OC.dialogs
Diffstat (limited to 'core/templates/filepicker.html')
-rw-r--r--core/templates/filepicker.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html
index f29de390ef8..e7aa77a732a 100644
--- a/core/templates/filepicker.html
+++ b/core/templates/filepicker.html
@@ -1,8 +1,8 @@
<div id="{dialog_name}" title="{title}">
- <button id="dirup">↑</button>
- <select id="dirtree"></select>
- <ul id="filelist">
- <li data-entryname="{filename}" data-type="{type}" data-dcid="{dcid}">
+ <button class="dirup">↑</button>
+ <span class="dirtree"></span>
+ <ul class="filelist">
+ <li data-entryname="{filename}" data-type="{type}">
<img src="{imgsrc}" />
<span class="filename">{filename}</span>
<span class="date">{date}</span>