am/form_footer auf template umgeschrieben
[kivitendo-erp.git] / templates / webpages / am / form_footer.html
diff --git a/templates/webpages/am/form_footer.html b/templates/webpages/am/form_footer.html
new file mode 100644 (file)
index 0000000..99bfdf3
--- /dev/null
@@ -0,0 +1,15 @@
+[%- USE T8 %]
+[%- USE L %]
+[%- USE HTML %]
+[%- USE LxERP %]
+[% L.hidden_tag('callback', callback) %]
+
+<br>
+[%- IF show_save %][% L.submit_tag('action', LxERP.t8('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 %]
+
+</form>
+
+</body>
+</html>