Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / am / lead_list.html
diff --git a/templates/webpages/am/lead_list.html b/templates/webpages/am/lead_list.html
deleted file mode 100644 (file)
index 1bdac5a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-[%- USE T8 %]
-[%- USE HTML %]
-[%- USE LxERP %]
-[%- USE L %]
-<h1>[% title | html %]</h1>
-
-<table width=100%>
-  <tr class=listheading>
-    <th class=listheading width=100%>[% 'Description' | $T8 %]</th>
-  </tr>
-[%- FOREACH row = ALL  %]
-  <tr valign=top class=listrow[% loop.count % 2 %]>
-    <td><a href="am.pl?action=edit_lead&id=[% row.id | html %]&callback=[% callback | html %]">[% row.lead | html %]</a></td>
-  </tr>
-[%- END %]
-  <tr>
-  <td><hr size=3 noshade></td>
-  </tr>
-</table>
-
-<br>
-
-  <a href="am.pl?action=add&type=lead&callback=[% HTML.url(callback) %]">[%- 'Add' | $T8 %]</a>