Web-Templates: falsche Toolkit-Direktiven korrigiert (vergessenes %).
[kivitendo-erp.git] / templates / webpages / requirement_spec_complexity / list.html
index 3ce2d94..0f962b4 100644 (file)
@@ -13,7 +13,7 @@
    <table id="requirement_spec_complexity_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>[%- LxERP.t8("Description") %]</th>
     </tr>
     </thead>
@@ -21,7 +21,7 @@
     <tbody>
     [%- FOREACH requirement_spec_complexity = REQUIREMENT_SPEC_COMPLEXITIES %]
     <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_complexity_id_[% requirement_spec_complexity.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 => requirement_spec_complexity.id) %]">
        [%- HTML.escape(requirement_spec_complexity.description) %]