From 437c66fe1482f73c6585c3aa86fe728c9a1ea627 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 2 Jun 2017 16:20:55 +0200 Subject: [dozmod] Show if templates are modified or have their defaults updated --- modules-available/dozmod/templates/templates.html | 32 +++++++++++++++-------- 1 file changed, 21 insertions(+), 11 deletions(-) (limited to 'modules-available/dozmod/templates') diff --git a/modules-available/dozmod/templates/templates.html b/modules-available/dozmod/templates/templates.html index 3b2a003f..8a3caf26 100644 --- a/modules-available/dozmod/templates/templates.html +++ b/modules-available/dozmod/templates/templates.html @@ -14,6 +14,12 @@
+ {{#conflict}} + + {{/conflict}} + {{#modified}} + + {{/modified}}

+ {{/original_template}} +
+ {{lang_modified}}: {{#modified}}{{lang_yes}}{{/modified}}{{^modified}}{{lang_no}}{{/modified}}, + {{lang_hasNewer}}: {{#conflict}}{{lang_yes}}{{/conflict}}{{^conflict}}{{lang_no}}{{/conflict}}, + {{lang_thisVersion}}: {{edit_version}}, + {{lang_latestVersion}}: {{version}} +

-- cgit v1.2.3-55-g7522