X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fform_footer.html;h=18a561f020ccf66915f590fcf3669251e591d825;hb=6ebacae90e52d35ce729638490a015060f12fee3;hp=99bfdf3a78d83f5f99553d00d83ce19a3716c0d2;hpb=e293009f4e1d70e547a479e956fd1733c24b1441;p=kivitendo-erp.git diff --git a/templates/webpages/am/form_footer.html b/templates/webpages/am/form_footer.html index 99bfdf3a7..18a561f02 100644 --- a/templates/webpages/am/form_footer.html +++ b/templates/webpages/am/form_footer.html @@ -5,11 +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 %] - -