in icon dialog, allow for passing an element (not just text), and rename the option to 'content'
This commit is contained in:
parent
6934162893
commit
00739a024c
13 changed files with 33 additions and 27 deletions
|
|
@ -25,8 +25,8 @@ pandora.ui.deleteDocumentDialog = function(file, callback) {
|
|||
}
|
||||
})
|
||||
],
|
||||
content: Ox._('Are you sure you want to delete the document "{0}"?', [file]),
|
||||
keys: {enter: 'delete', escape: 'keep'},
|
||||
text: Ox._('Are you sure you want to delete the document "{0}"?', [file]),
|
||||
title: Ox._('Delete Document')
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue