mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Sorting: Added sort set form manager UI JS
Extracted much code to be shared with the shelf books management UI
This commit is contained in:
@@ -87,7 +87,9 @@ return [
|
||||
'sort_set_operations' => 'Sort Operations',
|
||||
'sort_set_operations_desc' => 'Configure the sort actions to be performed in this set by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom.',
|
||||
'sort_set_available_operations' => 'Available Operations',
|
||||
'sort_set_available_operations_empty' => 'No operations remaining',
|
||||
'sort_set_configured_operations' => 'Configured Operations',
|
||||
'sort_set_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list',
|
||||
'sort_set_op_asc' => '(Asc)',
|
||||
'sort_set_op_desc' => '(Desc)',
|
||||
'sort_set_op_name' => 'Name - Alphabetical',
|
||||
|
Reference in New Issue
Block a user