server/core/templates/filepicker.html
Robin Appelman 6d43942125
filepicker styling
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-10-14 17:36:08 +02:00

10 lines
273 B
HTML

<div id="{dialog_name}" title="{title}">
<span class="dirtree breadcrumb"></span>
<ul class="filelist">
<li data-entryname="{filename}" data-type="{type}">
<img />
<span class="filename">{filename}</span>
<span class="date">{date}</span>
</li>
</ul>
</div>