1 [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %]
 
   6  <table width="100%" id="taxzone_list">
 
   8    <tr class="listheading">
 
   9     <th align="center" width="1%"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
 
  10     <th>[% 'Description' | $T8 %]</th>
 
  15    [%- FOREACH tz = TAXZONES %]
 
  16     <tr class="listrow" id="tzone_id_[% tz.id %]">
 
  17      <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
 
  18      <td><a href="[% SELF.url_for(action='edit', id=tz.id) %]">[% HTML.escape(tz.description) %]</a></td>
 
  27 [% L.sortable_element('#taxzone_list tbody', url=SELF.url_for(action='reorder'), with='tzone_id') %]
 
  30  <a href="[% SELF.url_for(action='new') %]">[%- 'Add' | $T8 %]</a>