From 394c388a46b314e1b874b99cce336de74c751c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ibhear=20=C3=93=20hAnluain?= Date: Fri, 29 Mar 2024 20:36:40 +0000 Subject: [PATCH] Fixing the queue.tpl files --- view/templates/admin/queue.tpl | 4 ++-- view/theme/frio/templates/admin/queue.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/templates/admin/queue.tpl b/view/templates/admin/queue.tpl index 5ac38490d3..731546b594 100644 --- a/view/templates/admin/queue.tpl +++ b/view/templates/admin/queue.tpl @@ -8,7 +8,7 @@ {{$command_header}} {{$param_header}} {{$created_header}} - {{if ($status==='deferred') }}{{$next_try_header}}{{/if}} + {{if ($status == "deferred") }}{{$next_try_header}}{{/if}} {{$prio_header}} {{foreach $entries as $e}} @@ -17,7 +17,7 @@ {{$e.command}} {{$e.parameter}} {{$e.created}} - {{if ($status==='deferred') }}{{$e.next_try}}{{/if}} + {{if ($status == "deferred") }}{{$e.next_try}}{{/if}} {{$e.priority}} {{/foreach}} diff --git a/view/theme/frio/templates/admin/queue.tpl b/view/theme/frio/templates/admin/queue.tpl index f9aaaa0e96..de5bd69b16 100644 --- a/view/theme/frio/templates/admin/queue.tpl +++ b/view/theme/frio/templates/admin/queue.tpl @@ -8,7 +8,7 @@ {{$command_header}} {{$param_header}} {{$created_header}} - {{if ($status==='deferred') }}{{$next_try_header}}{{/if}} + {{if ($status == "deferred") }}{{$next_try_header}}{{/if}} {{$prio_header}} {{foreach $entries as $e}} @@ -17,7 +17,7 @@ {{$e.command}} {{$e.parameter}} {{$e.created}} - {{if ($status==='deferred') }}{{$e.next_try}}{{/if}} + {{if ($status == "deferred") }}{{$e.next_try}}{{/if}} {{$e.priority}} {{/foreach}}