Revision 0f8e74b8
Von Bernd Bleßmann vor fast 7 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
2000 | 2000 |
subject => $::form->generate_email_subject, |
2001 | 2001 |
message => $::form->generate_email_body, |
2002 | 2002 |
attachment_filename => $::form->generate_attachment_filename, |
2003 |
js_send_function => 'kivi.SalesPurchase.send_email()', |
|
2003 | 2004 |
}; |
2004 | 2005 |
|
2005 | 2006 |
my %files = _get_files_for_email_dialog(); |
templates/webpages/common/_send_email_dialog.html | ||
---|---|---|
99 | 99 |
<div id="email_form_print_options"></div> |
100 | 100 |
|
101 | 101 |
<p> |
102 |
[% L.button_tag("kivi.SalesPurchase.send_email()", LxERP.t8("Send email")) %]
|
|
102 |
[% L.button_tag(email_form.js_send_function, LxERP.t8("Send email")) %]
|
|
103 | 103 |
[% L.button_tag("\$('#send_email_dialog').dialog('close');", LxERP.t8("Abort")) %] |
104 | 104 |
</p> |
Auch abrufbar als: Unified diff
E-Mail-Dialog: Template: js-Funktion zum Verschicken der Mail mitgeben können