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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-19 22:40:09 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-20 09:38:43 +0300
commitdfff288d1eec7b7f9a1c7339b7acb8c201784dde (patch)
tree15bb20fb94d6f782c19e2ce0fa3824e24bf8ae69 /templates/templatePicker.html
parenta5eb500d5ef336e9e9629c8fd709383ad2a0e31d (diff)
Template picker and system tpl script fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates/templatePicker.html')
-rw-r--r--templates/templatePicker.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/templatePicker.html b/templates/templatePicker.html
new file mode 100644
index 00000000..74c1b8be
--- /dev/null
+++ b/templates/templatePicker.html
@@ -0,0 +1,17 @@
+<div id="{dialog_name}" title="{dialog_title}">
+ <div class="template-container">
+ <a class="hidden template-model" href="#">
+ <span>
+ <img src="" alt="" />
+ <h2></h2>
+ </span>
+ </a>
+ <a class="default" href="#">
+ <span>
+ <span class="icon-add-white"></span>
+ <h2>{default_name}</h2>
+ </span>
+ </a>
+ </div>
+</div>
+ \ No newline at end of file