From 59b8c8ad487e9695d7d85f2529adc9e0b2cd6cc1 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 Jun 2024 09:11:09 +0000 Subject: move button class to the right dom --- view/tpl/cal_event.tpl | 2 +- view/tpl/event.tpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/cal_event.tpl b/view/tpl/cal_event.tpl index d7662786b..0719d5262 100644 --- a/view/tpl/cal_event.tpl +++ b/view/tpl/cal_event.tpl @@ -6,7 +6,7 @@ {{$event.html}}
- {{if $event.item.plink}}{{/if}} + {{if $event.item.plink}}{{/if}}
diff --git a/view/tpl/event.tpl b/view/tpl/event.tpl index cc0bfc1c7..91dc53421 100644 --- a/view/tpl/event.tpl +++ b/view/tpl/event.tpl @@ -6,9 +6,9 @@ {{$event.html}}
- {{if $event.item.plink}}{{/if}} - {{if $event.edit}}{{/if}} - {{if $event.drop}}{{/if}} + {{if $event.item.plink}}{{/if}} + {{if $event.edit}}{{/if}} + {{if $event.drop}}{{/if}}
-- cgit v1.2.3