X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/83542c806dc5c249bf640e344eaf3831cdf2f2ea..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/am/form_footer.html diff --git a/templates/webpages/am/form_footer.html b/templates/webpages/am/form_footer.html index 2a5c3773f..18a561f02 100644 --- a/templates/webpages/am/form_footer.html +++ b/templates/webpages/am/form_footer.html @@ -5,10 +5,9 @@ [% L.hidden_tag('callback', callback) %]
-[%- IF show_save %][% L.submit_tag('action', LxERP.t8('Save')) %][% END %] +[%- IF show_save %][% L.submit_tag('action', LxERP.t8('Save'), onclick = 'if ( typeof(callback_save) === "function" ) return callback_save(); ') %][% END %] [%- IF show_delete %][% L.submit_tag('action', LxERP.t8('Delete')) %][% END %] [%- IF show_save_as_new %][% L.submit_tag('action', LxERP.t8('Save as new')) %][% END %] -