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

downloadPicker.html « templates - github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cb0ce2421d3d99af1123a207d8381fc52c7ecd2 (plain)
1
2
3
4
5
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>