]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/dn.pl
Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / bin / mozilla / dn.pl
index c4640efee0b81f9e504cbc865713fc9adc379c8a..419b4f4bd5dad11509bfc56c38a25e9983c4c7c7 100644 (file)
@@ -317,7 +317,10 @@ sub set_email {
   $main::auth->assert('dunning_edit');
 
   $form->{"title"} = $locale->text("Set eMail text");
-  $form->header(no_layout => 1);
+  $form->header(
+    no_layout       => 1,
+    use_javascripts => [ qw(ckeditor/ckeditor ckeditor/adapters/jquery) ],
+  );
   print($form->parse_html_template("dunning/set_email"));
 
   $main::lxdebug->leave_sub();