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 From b4bf71dd0642e58fab6151e1df3c071d05650492 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 1 May 2016 16:34:55 +0200 Subject: fix mime-type icons in /cloud --- view/tpl/cloud_directory.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index c0207c623..870f7e9e1 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -20,7 +20,7 @@ {{/if}} {{foreach $entries as $item}} - + {{$item.displayName}} {{if $item.is_owner}} {{$item.attachIcon}} -- cgit v1.2.3