convert to squared style
This commit is contained in:
parent
5b1e2e58e9
commit
ee0c514d01
10 changed files with 35 additions and 4 deletions
|
|
@ -9,6 +9,7 @@ oml.ui.titlesDialog = function() {
|
|||
changeOnKeypress: true,
|
||||
clear: true,
|
||||
placeholder: Ox._('Find'),
|
||||
style: 'squared',
|
||||
width: 192
|
||||
})
|
||||
.css({float: 'right', margin: '4px'})
|
||||
|
|
@ -94,6 +95,7 @@ oml.ui.titlesDialog = function() {
|
|||
|
||||
$findButton = Ox.Button({
|
||||
disabled: true,
|
||||
style: 'squared',
|
||||
title: Ox._('Find'),
|
||||
width: 48
|
||||
}).bindEvent({
|
||||
|
|
@ -116,6 +118,7 @@ oml.ui.titlesDialog = function() {
|
|||
that = Ox.Dialog({
|
||||
buttons: [
|
||||
Ox.Button({
|
||||
style: 'squared',
|
||||
title: Ox._('Sort Names...')
|
||||
}).bindEvent({
|
||||
click: function() {
|
||||
|
|
@ -128,6 +131,7 @@ oml.ui.titlesDialog = function() {
|
|||
{},
|
||||
$findButton,
|
||||
Ox.Button({
|
||||
style: 'squared',
|
||||
title: Ox._('Done'),
|
||||
width: 48
|
||||
}).bindEvent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue