X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fform_footer.html;fp=templates%2Fwebpages%2Fam%2Fform_footer.html;h=0000000000000000000000000000000000000000;hp=18a561f020ccf66915f590fcf3669251e591d825;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/am/form_footer.html b/templates/webpages/am/form_footer.html deleted file mode 100644 index 18a561f02..000000000 --- a/templates/webpages/am/form_footer.html +++ /dev/null @@ -1,13 +0,0 @@ -[%- USE T8 %] -[%- USE L %] -[%- USE HTML %] -[%- USE LxERP %] -[% L.hidden_tag('callback', callback) %] - -
-[%- 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 %] - - -