X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fform_footer.html;h=18a561f020ccf66915f590fcf3669251e591d825;hb=c8baba6bafe694a734c59c463ae5382d536b6622;hp=2a5c3773f8e099ba039effbd3aef6c477296cd1b;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git 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 %] -