From 44822713ceff63a3a983af8042f3ee1486b22e57 Mon Sep 17 00:00:00 2001 From: "Stefan Hornburg (Racke)" Date: Sat, 22 May 2021 18:14:29 +0200 Subject: [PATCH] Hide archive download link from users without proper permissions. --- default/web_tt2/info.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/web_tt2/info.tt2 b/default/web_tt2/info.tt2 index fec6e17bb..3993f0d93 100644 --- a/default/web_tt2/info.tt2 +++ b/default/web_tt2/info.tt2 @@ -134,13 +134,14 @@
  • [%|loc%]Change settings for who can view archives[%END%]
  • + [% IF is_user_allowed_to('archive_web_access', list) %]
  • [%|loc%]Download archives[%END%]
  • + [% END %] -