]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/am/list_tax.html
Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[kivitendo-erp.git] / templates / webpages / am / list_tax.html
index 3d24b51779c391d451bd95a18c1d835a284c0f75..0ea65af7e3795ebd74c978fb2d85f7f286c34520 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
 
  <div class="listtop">[% title %]</div>
 
  </table>
 
  <p>
-  <form method="post" action="am.pl">
-
-   <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
-   <input type="hidden" name="type" value="tax">
-   <input class="submit" type="submit" name="action" value="[% 'Add' | $T8 %]">
-  </form>
+  <a href="am.pl?action=add&type=tax&callback=[% HTML.url(callback) %]">[%- 'Add' | $T8 %]</a>
  </p>
-
-</body>
-</html>
-