BookStack/resources/views/books/parts/sort-box-actions.blade.php

12 lines
805 B
PHP
Raw Normal View History

<div class="sort-box-actions">
<button type="button" data-move="up">Move Up</button>
<button type="button" data-move="down">Move Down</button>
<button type="button" data-move="prev_book">Move To Previous Book</button>
<button type="button" data-move="next_book">Move To Next Book</button>
<button type="button" data-move="prev_chapter">Move Into Previous Chapter</button>
<button type="button" data-move="next_chapter">Move Into Next Chapter</button>
<button type="button" data-move="book_start">Move To Start of Book</button>
<button type="button" data-move="book_end">Move To End of Book</button>
<button type="button" data-move="before_chapter">Move To Before Chapter</button>
<button type="button" data-move="after_chapter">Move To After Chapter</button>
</div>