From 7b366ecc2a107d77ce274790207a3e65866a8184 Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Tue, 2 Aug 2016 15:56:37 +0200 Subject: mail template editor. --- .../dozmod/templates/images-delete.html | 4 +- .../dozmod/templates/runtimeconfig.html | 2 +- modules-available/dozmod/templates/templates.html | 140 +++++++++++++++++++++ modules-available/dozmod/templates/userlist.html | 4 +- 4 files changed, 145 insertions(+), 5 deletions(-) create mode 100644 modules-available/dozmod/templates/templates.html (limited to 'modules-available/dozmod/templates') diff --git a/modules-available/dozmod/templates/images-delete.html b/modules-available/dozmod/templates/images-delete.html index 99ffb85d..f8836b83 100644 --- a/modules-available/dozmod/templates/images-delete.html +++ b/modules-available/dozmod/templates/images-delete.html @@ -5,7 +5,7 @@ {{lang_subHeading}}
-

{{lang_description}}

+

{{lang_description_delete_images}}

@@ -85,4 +85,4 @@ document.addEventListener("DOMContentLoaded", function() { slxChangeSingle(); }, false); ---> \ No newline at end of file +--> diff --git a/modules-available/dozmod/templates/runtimeconfig.html b/modules-available/dozmod/templates/runtimeconfig.html index 06de8d8f..eced5784 100644 --- a/modules-available/dozmod/templates/runtimeconfig.html +++ b/modules-available/dozmod/templates/runtimeconfig.html @@ -1,4 +1,4 @@ -

{{lang_runtimeConfigHeadline}}

+

{{lang_runtimeConfigHeadline}}

diff --git a/modules-available/dozmod/templates/templates.html b/modules-available/dozmod/templates/templates.html new file mode 100644 index 00000000..e8e3f592 --- /dev/null +++ b/modules-available/dozmod/templates/templates.html @@ -0,0 +1,140 @@ +

Templates

+ + + + + +
+ + {{#templates}} + +
+
+
+

+ +

+ {{description}} + +
+
+
+
+
+
+ + + + + + + + + +
+ + +

{{lang_placeholders}}

+ + +
    + {{{html_availableVariables}}} +
+
+
+
+ + + {{/templates}} +
+ +
+ +
+ + diff --git a/modules-available/dozmod/templates/userlist.html b/modules-available/dozmod/templates/userlist.html index a76eae5e..3ccff4d9 100644 --- a/modules-available/dozmod/templates/userlist.html +++ b/modules-available/dozmod/templates/userlist.html @@ -1,4 +1,4 @@ -

{{lang_userList}}

+

{{lang_userList}}

@@ -59,4 +59,4 @@ function setu(action, el, uid) { }); } ---> \ No newline at end of file +--> -- cgit v1.2.3-55-g7522