* Added permanent paging info to remainder list.
All checks were successful
Build docker image / build_docker_image (push) Successful in 55s

This commit is contained in:
2025-06-27 11:28:45 +02:00
parent 3768524602
commit 289acd142e

View File

@@ -203,7 +203,7 @@ class ClientMessages
*/ */
public const listRemaindersCompacted = <<<'EOL' public const listRemaindersCompacted = <<<'EOL'
{if $paginate['pageCount']>1} {if $paginate['pageCount']>0}
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}