mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
12 lines
805 B
PHP
12 lines
805 B
PHP
|
<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>
|