convert to squared style
This commit is contained in:
parent
5b1e2e58e9
commit
ee0c514d01
10 changed files with 35 additions and 4 deletions
|
|
@ -5,9 +5,11 @@ oml.ui.resetUIDialog = function(data) {
|
|||
var that = oml.ui.confirmDialog({
|
||||
buttons: [
|
||||
Ox.Button({
|
||||
style: 'squared',
|
||||
title: Ox._('No, Don\'t Reset')
|
||||
}),
|
||||
Ox.Button({
|
||||
style: 'squared',
|
||||
title: Ox._('Yes, Reset')
|
||||
})
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue