]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Tipp- und Copy-Paste-Fehler korrigiert.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 10 Dec 2013 21:29:07 +0000 (22:29 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 10 Dec 2013 21:29:07 +0000 (22:29 +0100)
templates/webpages/delivery_term/list.html
templates/webpages/payment_term/list.html

index b47f9d14ed0e8297d7aa84091823e2d8e7b0bd90..661e2da5737efdce016d487c2a94edfc3b29dd9c 100644 (file)
@@ -14,7 +14,7 @@
    <table id="delivery_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>
     </tr>
@@ -23,7 +23,7 @@
     <tbody>
     [%- FOREACH delivery_term = DELIVERY_TERMS %]
     <tr class="listrow[% loop.count % 2 %]" id="delivery_term_id_[% delivery_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 => delivery_term.id) %]">
        [%- HTML.escape(delivery_term.description) %]
index 20533f6e409a74f6be5be163f7ec3265d17c615f..41290c2efd31334c7ef1675b5fe086ece4341cc8 100644 (file)
@@ -14,7 +14,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>
@@ -26,7 +26,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) %]