- Fix bug where Import button was disabled (#1326103)

release-0.6
alecpl 13 years ago
parent 9caf9caf9e
commit f5803dfda1

@ -54,6 +54,7 @@ function rcmail_import_form($attrib)
$form .= html::p(null, $check_replace->show(get_input_value('_replace', RCUBE_INPUT_GPC)) .
html::label('rcmimportreplace', rcube_label('importreplace')));
$OUTPUT->set_env('writable_source', !empty($writable_books));
$OUTPUT->add_label('selectimportfile','importwait');
$OUTPUT->add_gui_object('importform', $attrib['id']);

Loading…
Cancel
Save