forked from 0x2620/pandora
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
|
|
@ -121,8 +121,8 @@ pandora.ui.contactForm = function() {
|
|||
}
|
||||
})
|
||||
],
|
||||
content: Ox._('Thanks for your message!<br/><br/>We will get back to you as soon as possible.'),
|
||||
keys: {enter: 'close', escape: 'close'},
|
||||
text: Ox._('Thanks for your message!<br/><br/>We will get back to you as soon as possible.'),
|
||||
title: Ox._('Message Sent')
|
||||
})
|
||||
.open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue