Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[kivitendo-erp.git] / templates / webpages / payment_term / list.html
index 3213be2..7fb2895 100644 (file)
@@ -1,8 +1,5 @@
 [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
-<script type="text/javascript" src="js/jquery-ui.js"></script>
-
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
@@ -16,7 +13,7 @@
    <table id="payment_term_list">
     <thead>
     <tr class="listheading">
-     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
+     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
      <th>[%- 'Description' | $T8 %]</th>
      <th>[%- 'Long Description' | $T8 %]</th>
      <th align="right">[%- 'Netto Terms' | $T8 %]</th>
@@ -28,7 +25,7 @@
     <tbody>
     [%- FOREACH payment_term = PAYMENT_TERMS %]
     <tr class="listrow[% loop.count % 2 %]" id="payment_term_id_[% payment_term.id %]">
-     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
+     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
      <td>
       <a href="[% SELF.url_for(action => 'edit', id => payment_term.id) %]">
        [%- HTML.escape(payment_term.description) %]