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