Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / ct / list_names_bottom.html
diff --git a/templates/webpages/ct/list_names_bottom.html b/templates/webpages/ct/list_names_bottom.html
new file mode 100644 (file)
index 0000000..0fd5389
--- /dev/null
@@ -0,0 +1,11 @@
+[%- USE T8 %]
+[% USE HTML %]<form method="post" action="ct.pl">
+
+ <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
+ <input name="db" type="hidden" value="[% HTML.escape(db) %]">
+
+ [% IF IS_CUSTOMER %][% 'New customer' | $T8 %][% ELSE %][% 'New vendor' | $T8 %][% END %]<br>
+
+ <input class="submit" type="submit" name="action" value="[% 'Add' | $T8 %]">
+
+</form>