more OxJS api changes
This commit is contained in:
parent
4fc5fc53de
commit
ec459b0fac
8 changed files with 11 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ oml.ui.backButton = function() {
|
|||
that = Ox.Button({
|
||||
style: 'squared',
|
||||
title: 'arrowLeft',
|
||||
tooltip: Ox._('Back to Books {0}', [Ox.UI.symbols.control + 'W']),
|
||||
tooltip: Ox._('Back to Books {0}', [Ox.SYMBOLS.control + 'W']),
|
||||
type: 'image'
|
||||
})
|
||||
.css({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue