Erstelle Tabelle currencies
[kivitendo-erp.git] / templates / webpages / am / list_price_factors.html
index 0f3c013..6b3757b 100644 (file)
@@ -1,10 +1,6 @@
 [%- USE T8 %][% USE L %][% USE LxERP %]
 [% USE HTML %]
 
-<script type="text/javascript" src="js/jquery-ui.js"></script>
-
-<body>
-
  [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
 
  <div class="listtop">[% title %]</div>
  <hr height="3">
 
  <p>
-  <form method="post" action="am.pl">
-   <input type="hidden" name="type" value="price_factor">
-   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
-
-   <input type="submit" class="submit" name="action" value="[% 'Add' | $T8 %]">
-  </form>
+  <a href="am.pl?action=add&type=price_factor&callback=[% HTML.url(callback) %]">[%- 'Add' | $T8 %]</a>
  </p>
 
  [% L.sortable_element('#price_factor_list tbody', url => 'controller.pl?action=PriceFactor/reorder', with => 'price_factor_id') %]
-
-</body>
-</html>