Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / ct / list_names_bottom.html
index 9546101..cce6d2c 100644 (file)
@@ -1,10 +1,6 @@
 [% USE T8 %][% USE HTML %]
 
-<form method="post" action="controller.pl?action=CustomerVendor/add">
+<form method="post" action="controller.pl" id="new_form">
   <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" value="[%- 'Add' | $T8 %]">
 </form>