convert to squared style

This commit is contained in:
rlx 2016-01-13 13:50:03 +05:30
commit ee0c514d01
10 changed files with 35 additions and 4 deletions

View file

@ -13,9 +13,11 @@ oml.ui.deleteItemsDialog = function() {
that = oml.ui.confirmDialog({
buttons: [
Ox.Button({
style: 'squared',
title: Ox._('No, Keep {0}', [itemsName])
}),
Ox.Button({
style: 'squared',
title: Ox._('Yes, Delete {0}', [itemsName])
})
],