epic-ts
[kivitendo-erp.git] / templates / webpages / am / lead_list.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE L %]
5 <h1>[% title | html %]</h1>
6
7 <table width=100%>
8   <tr class=listheading>
9     <th class=listheading width=100%>[% 'Description' | $T8 %]</th>
10   </tr>
11 [%- FOREACH row = ALL  %]
12   <tr valign=top class=listrow[% loop.count % 2 %]>
13     <td><a href="am.pl?action=edit_lead&id=[% row.id | html %]&callback=[% callback | html %]">[% row.lead | html %]</a></td>
14   </tr>
15 [%- END %]
16   <tr>
17   <td><hr size=3 noshade></td>
18   </tr>
19 </table>
20
21 <br>
22
23   <a href="am.pl?action=add&type=lead&callback=[% HTML.url(callback) %]">[%- 'Add' | $T8 %]</a>