From 2d4b35fbc99062d52c6c32cacd158ceda661bb31 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 3 May 2023 22:42:52 +0200 Subject: provide possibility to flag via ajax calls to prevent pageloads --- view/tpl/directory_header.tpl | 63 ++++++++++++++++++++++++++++++++++++++++++- view/tpl/direntry.tpl | 6 ++--- 2 files changed, 65 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl index f5ce7ce0a..a261762ac 100644 --- a/view/tpl/directory_header.tpl +++ b/view/tpl/directory_header.tpl @@ -19,7 +19,68 @@ {{** make sure this element is at the bottom - we rely on that in endless scroll **}}
-
+ diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 50714c072..16df987f4 100644 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -1,11 +1,11 @@
-
+
{{if $entry.censor_2}} - {{$entry.censor_2_label}} + {{$entry.censor_2_label}} {{/if}} {{if $entry.censor}} - {{$entry.censor_label}} + {{$entry.censor_label}} {{/if}} {{if $entry.ignlink}} {{$entry.ignore_label}} -- cgit v1.2.3