Added book sort helper buttons

This commit is contained in:
Dan Brown
2019-02-17 11:44:02 +00:00
parent f1e571a57c
commit 8445304fe9
5 changed files with 181 additions and 40 deletions

View File

@ -125,6 +125,11 @@ return [
'books_navigation' => 'Book Navigation',
'books_sort' => 'Sort Book Contents',
'books_sort_named' => 'Sort Book :bookName',
'books_sort_name' => 'Sort by Name',
'books_sort_created' => 'Sort by Created Date',
'books_sort_updated' => 'Sort by Updated Date',
'books_sort_chapters_first' => 'Chapters First',
'books_sort_chapters_last' => 'Chapters Last',
'books_sort_show_other' => 'Show Other Books',
'books_sort_save' => 'Save New Order',