Merge branch 'bankerweiterung_und_skonto'
[kivitendo-erp.git] / templates / webpages / am / lead_list.html
index 401e8e0..1bdac5a 100644 (file)
@@ -2,13 +2,9 @@
 [%- USE HTML %]
 [%- USE LxERP %]
 [%- USE L %]
-<body>
+<h1>[% title | html %]</h1>
 
 <table width=100%>
-  <tr>
-    <th class=listtop>[% title | html %]</th>
-  </tr>
-  <tr height="5"></tr>
   <tr class=listheading>
     <th class=listheading width=100%>[% 'Description' | $T8 %]</th>
   </tr>
 </table>
 
 <br>
-<form method=post action=am.pl>
-
-<input name=callback type=hidden value="[% callback | html %]">
-<input type=hidden name=type value=lead>
-<input class=submit type=submit name=action value="[% 'Add' | $T8 %]">
-
-  </form>
 
-  </body>
+  <a href="am.pl?action=add&type=lead&callback=[% HTML.url(callback) %]">[%- 'Add' | $T8 %]</a>