* Added permanent paging info to remainder list.
All checks were successful
Build docker image / build_docker_image (push) Successful in 55s
All checks were successful
Build docker image / build_docker_image (push) Successful in 55s
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user