Fix missing form in folder authentication dialog

This commit is contained in:
Aleksander Machniak 2014-10-21 06:16:16 -04:00
parent fa20f96c30
commit 9763bb1d1d

View file

@ -1839,7 +1839,7 @@ function kolab_files_ui()
content = this.folder_list_auth_form(driver);
dialog.find('table.propform').remove();
$('.options', dialog).before(content);
$('.auth-options', dialog).before(content);
args.buttons[this.t('kolab_files.save')] = function() {
var data = {folder: label, list: 1};