From fa80a5c113582dc757de33199df610e0ef8503aa Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 1 May 2016 15:45:42 +0200 Subject: make weblink and attach button hideable and some minor fixes --- view/tpl/jot.tpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 3de92cddb..a9f6766dc 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -138,6 +138,9 @@ {{if $feature_expire}}
  •  {{$expires}}
  • {{/if}} + {{if $feature_future}} +
  •  {{$future_txt}}
  • + {{/if}} {{if $feature_encrypt}}
  •  {{$encrypt}}
  • {{/if}} @@ -176,6 +179,7 @@ +{{if $feature_expire}} +{{/if}} +{{if $feature_future}} - +{{/if}} {{if $content || $attachment || $expanded}} -- cgit v1.2.3