Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / ap / ap_transactions_bottom.html
diff --git a/templates/webpages/ap/ap_transactions_bottom.html b/templates/webpages/ap/ap_transactions_bottom.html
new file mode 100644 (file)
index 0000000..abc51a1
--- /dev/null
@@ -0,0 +1,14 @@
+[%- USE T8 %]
+[% USE HTML %] <form method="post" action="ap.pl">
+
+  <input name="callback" type="hidden" value="[% callback %]">
+
+  [% 'Create new' | $T8 %]<br>
+
+  <input class="submit" type="submit" name="action" value="[% 'AP Transaction' | $T8 %]">
+  <input class="submit" type="submit" name="action" value="[% 'Vendor Invoice' | $T8 %]">
+
+ </form>
+
+</body>
+</html>