From 2e7f4c1870dcd8ce05329b80d97be1269ff2a1a7 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sun, 14 Aug 2016 06:41:12 -0400 Subject: Added a disable comments setting to the "Additional features" settings with a corresponding post editor toggle button --- view/tpl/jot.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 692cf129d..bd615b1df 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -23,6 +23,7 @@ + {{if $webpage}}
@@ -118,6 +119,11 @@ {{/if}} + {{if $feature_nocomment}} + + {{/if}}
{{if $writefiles || $weblink || $setloc || $clearloc || $feature_expire || $feature_encrypt || $feature_voting}}
@@ -151,6 +157,9 @@ {{if $feature_voting}}
  •  {{$voting}}
  • {{/if}} + {{if $feature_nocomment}} +
  •  {{$nocommenttitle}}
  • + {{/if}}
    {{/if}} -- cgit v1.2.3