mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
13 lines
432 B
HTML
13 lines
432 B
HTML
|
<header>
|
|||
|
<a class="close" href="#" data-bind="click: close">×</a>
|
|||
|
<h3 data-i18n="NEXTCLOUD/BROWSE"></h3>
|
|||
|
</header>
|
|||
|
<div class="modal-body form-horizontal">
|
|||
|
TODO: built tree of directories and optional files
|
|||
|
In case of directories: radiobutton to select one OR click selects
|
|||
|
In case of files: checkbox to select (multiple)
|
|||
|
</div>
|
|||
|
<footer>
|
|||
|
<a class="btn" data-bind="command: select" data-i18n="NEXTCLOUD/SELECT"></a>
|
|||
|
</footer>
|