mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Resolve Nextcloud save issue and added mockup code for files browser
https://github.com/the-djmaze/snappymail/issues/96#issuecomment-1282589485
This commit is contained in:
parent
640f75da8d
commit
a41afb17ad
4 changed files with 61 additions and 3 deletions
12
plugins/nextcloud/templates/PopupsNextcloudFiles.html
Normal file
12
plugins/nextcloud/templates/PopupsNextcloudFiles.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue