add sort option
This commit is contained in:
parent
6eabeda7a1
commit
12e913f86d
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ oml.ui.annotationPanel = function() {
|
|||
{id: 'sortAnnotations', title: Ox._('Sort Annotations'), disabled: true},
|
||||
{group: 'sort', min: 1, max: 1, items: [
|
||||
{id: 'position', title: Ox._('By Position'), checked: true},
|
||||
{id: 'text', title: Ox._('By Note Text'), checked: false},
|
||||
{id: 'quote', title: Ox._('By Quote Text'), checked: false},
|
||||
{id: 'note', title: Ox._('By Note Text'), checked: false},
|
||||
{id: 'date', title: Ox._('By Date Added'), checked: false}
|
||||
]},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue