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:
authorAntipkin-A <Artem.Antipkin@onlyoffice.com>2021-04-22 12:08:59 +0300
committerAntipkin-A <Artem.Antipkin@onlyoffice.com>2021-04-22 12:08:59 +0300
commit387ebdf6b53f0437e91646cd46e6afe5d423f596 (patch)
treedb467e38b6e49a4e2c54f8aad7b448a82fe008a8 /templates
parent9d406f7b43397882de824c96e2c68d5e8d3224c2 (diff)
create file from template
Diffstat (limited to 'templates')
-rw-r--r--templates/templatePicker.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/templatePicker.html b/templates/templatePicker.html
new file mode 100644
index 0000000..55f6b75
--- /dev/null
+++ b/templates/templatePicker.html
@@ -0,0 +1,11 @@
+<div id="{dialog_name}" title="{dialog_title}">
+ <ul class="onlyoffice-template-container">
+ <li class="onlyoffice-template-item">
+ <input id="" type="radio" name="template-picker">
+ <label for="">
+ <img src="" alt="">
+ <p></p>
+ </label>
+ </li>
+ </ul>
+</div> \ No newline at end of file