import items

This commit is contained in:
j 2014-05-16 16:30:16 +02:00
commit 823ae2a676
11 changed files with 181 additions and 36 deletions

View file

@ -370,6 +370,8 @@ oml.ui.mainMenu = function() {
oml.ui.listDialog.open();
} else if (id == 'deletelist') {
oml.ui.deleteListDialog().open();
} else if (id == 'import') {
oml.ui.importDialog().open();
} else if (id == 'selectall') {
oml.$ui.list.selectAll();
} else if (id == 'selectnone') {
@ -545,11 +547,11 @@ oml.ui.mainMenu = function() {
title: Ox._('Edit'),
items: [
{
id: 'importitems',
id: 'import',
title: Ox._('Import Books...')
},
{
id: 'exportitems',
id: 'export',
title: Ox._('Export Books...')
},
{},