Skip to content

Commit

Permalink
MDL-63044 javascript: improve paged content widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwyllie committed Sep 27, 2018
1 parent 2c1d19f commit 2c13ae0
Show file tree
Hide file tree
Showing 21 changed files with 1,181 additions and 268 deletions.
4 changes: 4 additions & 0 deletions lang/en/moodle.php
Expand Up @@ -1471,6 +1471,10 @@
$string['outlinereport'] = 'Outline report';
$string['page'] = 'Page';
$string['pagea'] = 'Page {$a}';
$string['pagedcontentnavigation'] = 'Pagination navigation';
$string['pagedcontentnavigationitem'] = 'Go to page {$a}';
$string['pagedcontentnavigationactiveitem'] = 'Current page, page {$a}';
$string['pagedcontentpagingbaritemsperpage'] = 'Show {$a} items per page';
$string['pageheaderconfigablock'] = 'Configuring a block in {$a->fullname}';
$string['pagepath'] = 'Page path';
$string['pageshouldredirect'] = 'This page should automatically redirect. If nothing is happening please use the continue link below.';
Expand Down
1 change: 1 addition & 0 deletions lib/amd/build/paged_content.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/amd/build/paged_content_events.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/amd/build/paged_content_factory.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/amd/build/paged_content_pages.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/amd/build/paged_content_paging_bar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/amd/build/paged_content_paging_dropdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c13ae0

Please sign in to comment.