mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-63813-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
a78e94257a
1 changed files with 45 additions and 43 deletions
|
@ -138,48 +138,50 @@
|
||||||
{{/arialabels.paginationactivenavitemcomponents}}
|
{{/arialabels.paginationactivenavitemcomponents}}
|
||||||
>
|
>
|
||||||
|
|
||||||
<ul class="mb-0">
|
<div class="d-inline-block">
|
||||||
{{#previous}}
|
<ul class="mb-0 d-flex">
|
||||||
{{< core/paged_content_paging_bar_item }}
|
{{#previous}}
|
||||||
{{$item-content}}
|
{{< core/paged_content_paging_bar_item }}
|
||||||
<span aria-hidden="true">«</span>
|
{{$item-content}}
|
||||||
<span class="sr-only">{{#str}}previous{{/str}}</span>
|
<span aria-hidden="true">«</span>
|
||||||
{{/item-content}}
|
<span class="sr-only">{{#str}}previous{{/str}}</span>
|
||||||
{{$attributes}}data-control="previous"{{/attributes}}
|
{{/item-content}}
|
||||||
{{/ core/paged_content_paging_bar_item }}
|
{{$attributes}}data-control="previous"{{/attributes}}
|
||||||
{{/previous}}
|
{{/ core/paged_content_paging_bar_item }}
|
||||||
{{#first}}
|
{{/previous}}
|
||||||
{{< core/paged_content_paging_bar_item }}
|
{{#first}}
|
||||||
{{$item-content}}
|
{{< core/paged_content_paging_bar_item }}
|
||||||
<span aria-hidden="true">{{#str}}first{{/str}}</span>
|
{{$item-content}}
|
||||||
<span class="sr-only">{{#str}}first{{/str}}</span>
|
<span aria-hidden="true">{{#str}}first{{/str}}</span>
|
||||||
{{/item-content}}
|
<span class="sr-only">{{#str}}first{{/str}}</span>
|
||||||
{{$attributes}}data-control="first"{{/attributes}}
|
{{/item-content}}
|
||||||
{{/ core/paged_content_paging_bar_item }}
|
{{$attributes}}data-control="first"{{/attributes}}
|
||||||
{{/first}}
|
{{/ core/paged_content_paging_bar_item }}
|
||||||
{{#pages}}
|
{{/first}}
|
||||||
{{< core/paged_content_paging_bar_item }}
|
{{#pages}}
|
||||||
{{$attributes}}data-page="true"{{/attributes}}
|
{{< core/paged_content_paging_bar_item }}
|
||||||
{{/ core/paged_content_paging_bar_item }}
|
{{$attributes}}data-page="true"{{/attributes}}
|
||||||
{{/pages}}
|
{{/ core/paged_content_paging_bar_item }}
|
||||||
{{#last}}
|
{{/pages}}
|
||||||
{{< core/paged_content_paging_bar_item }}
|
{{#last}}
|
||||||
{{$item-content}}
|
{{< core/paged_content_paging_bar_item }}
|
||||||
<span aria-hidden="true">{{#str}}last{{/str}}</span>
|
{{$item-content}}
|
||||||
<span class="sr-only">{{#str}}last{{/str}}</span>
|
<span aria-hidden="true">{{#str}}last{{/str}}</span>
|
||||||
{{/item-content}}
|
<span class="sr-only">{{#str}}last{{/str}}</span>
|
||||||
{{$attributes}}data-control="last"{{/attributes}}
|
{{/item-content}}
|
||||||
{{/ core/paged_content_paging_bar_item }}
|
{{$attributes}}data-control="last"{{/attributes}}
|
||||||
{{/last}}
|
{{/ core/paged_content_paging_bar_item }}
|
||||||
{{#next}}
|
{{/last}}
|
||||||
{{< core/paged_content_paging_bar_item }}
|
{{#next}}
|
||||||
{{$item-content}}
|
{{< core/paged_content_paging_bar_item }}
|
||||||
<span aria-hidden="true">»</span>
|
{{$item-content}}
|
||||||
<span class="sr-only">{{#str}}next{{/str}}</span>
|
<span aria-hidden="true">»</span>
|
||||||
{{/item-content}}
|
<span class="sr-only">{{#str}}next{{/str}}</span>
|
||||||
{{$attributes}}data-control="next"{{/attributes}}
|
{{/item-content}}
|
||||||
{{/ core/paged_content_paging_bar_item }}
|
{{$attributes}}data-control="next"{{/attributes}}
|
||||||
{{/next}}
|
{{/ core/paged_content_paging_bar_item }}
|
||||||
</ul>
|
{{/next}}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue