Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / taxzones / list.html
index 0229804..793f88c 100644 (file)
@@ -6,7 +6,7 @@
  <table width="100%" id="taxzone_list">
   <thead>
    <tr class="listheading">
-    <th align="center" width="1%"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
+    <th align="center" width="1%"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
     <th>[% 'Description' | $T8 %]</th>
    </tr>
   </thead>
@@ -14,7 +14,7 @@
   <tbody>
    [%- FOREACH tz = TAXZONES %]
     <tr class="listrow" id="tzone_id_[% tz.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=tz.id) %]">[% HTML.escape(tz.description) %]</a></td>
     </tr>
    [%- END %]
  </table>
 </p>
 
-<hr height="3">
-
 [% L.sortable_element('#taxzone_list tbody', url=SELF.url_for(action='reorder'), with='tzone_id') %]
-
-<p>
- <a href="[% SELF.url_for(action='new') %]">[%- 'Add' | $T8 %]</a>
-</p>
-