* Updated template (removed tabulation for smarty if/else structure).
All checks were successful
Build docker image / build_docker_image (push) Successful in 1m7s
All checks were successful
Build docker image / build_docker_image (push) Successful in 1m7s
This commit is contained in:
@@ -205,7 +205,6 @@ class ClientMessages
|
|||||||
|
|
||||||
{if $paginate['pageCount']>1}
|
{if $paginate['pageCount']>1}
|
||||||
Shown {$blue}{$paginate['first']}{$reset}..{$blue}{$paginate['last']}{$reset} of {$blue}{$paginate['itemCount']}{$reset} remainders, page {$blue}{$paginate['page']}{$reset} of {$blue}{$paginate['pageCount']}{$reset}:
|
Shown {$blue}{$paginate['first']}{$reset}..{$blue}{$paginate['last']}{$reset} of {$blue}{$paginate['itemCount']}{$reset} remainders, page {$blue}{$paginate['page']}{$reset} of {$blue}{$paginate['pageCount']}{$reset}:
|
||||||
|
|
||||||
{/if}
|
{/if}
|
||||||
{foreach $remainders as $remainder}
|
{foreach $remainders as $remainder}
|
||||||
{if $remainder->isOverDue()}
|
{if $remainder->isOverDue()}
|
||||||
|
|||||||
Reference in New Issue
Block a user