mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
a966f543f6
commit
371f895188
@ -13,7 +13,7 @@ if ($this->pageCount <= 1) return;
|
|||||||
<ul class="pagination" aria-labelledby="paginationlabel" role="navigation"
|
<ul class="pagination" aria-labelledby="paginationlabel" role="navigation"
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$fromto = t('Show rows %d to %d of %d');
|
$fromto = t('Show rows %u to %u out of %u');
|
||||||
$total = $this->totalItemCount;
|
$total = $this->totalItemCount;
|
||||||
$limit = $this->itemCountPerPage;
|
$limit = $this->itemCountPerPage;
|
||||||
$title_prev = sprintf(
|
$title_prev = sprintf(
|
||||||
@ -29,9 +29,9 @@ $title_next = sprintf(
|
|||||||
($this->current + 1) * $limit,
|
($this->current + 1) * $limit,
|
||||||
$total
|
$total
|
||||||
);
|
);
|
||||||
$li = ' ><li%s><span class="audible">'
|
$li = ' ><li%1$s><span class="audible">'
|
||||||
. t('Page')
|
. t('Page')
|
||||||
. ' </span><a href="%s" title="%s">%s</a></li
|
. ' </span><a href="%2$s" aria-label="%3$s" title="%3$s">%4$s</a></li
|
||||||
';
|
';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user