update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-07 13:17:26 -04:00
parent 4ffca7a9df
commit ab738fae14
21 changed files with 95 additions and 70 deletions

View file

@ -170,16 +170,18 @@
var template = this.response;
var dlg = dialogHelper.createDialog({
size: 'small',
size: 'medium',
// In (at least) chrome this is causing the text field to not be editable
modal: false,
removeOnClose: true
removeOnClose: true,
scrollY: false
});
dlg.classList.add('dlg-libraryeditor');
dlg.classList.add('ui-body-a');
dlg.classList.add('background-theme-a');
dlg.classList.add('formDialog');
dlg.innerHTML = Globalize.translateDocument(template);