Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2021-08-02 11:49:20 +0300
committerGitHub <noreply@github.com>2021-08-02 11:49:20 +0300
commitae76204d0b32bc674c9c4cc936ef63a0afb58549 (patch)
treea6d0f19857c81e5251a0fd9646181d25e8b5963f /templates/downloadPicker.html
parent926a0be602e8eb147974daa614a4bd444e198e99 (diff)
parentd751c5e17b7af0ae3da17cf77a8ad6046bd0649a (diff)
Merge pull request #502 from ONLYOFFICE/developv7.1.0
Release/7.1.0
Diffstat (limited to 'templates/downloadPicker.html')
-rw-r--r--templates/downloadPicker.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/downloadPicker.html b/templates/downloadPicker.html
new file mode 100644
index 0000000..1cb0ce2
--- /dev/null
+++ b/templates/downloadPicker.html
@@ -0,0 +1,6 @@
+<div id="{dialog_name}" class="onlyoffice-download-container" title="{dialog_title}">
+ <p></p>
+ <select id="onlyoffice-download-select">
+ <option data-value=""></option>
+ </select>
+</div>