Web-Templates: falsche Toolkit-Direktiven korrigiert (vergessenes %).
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 16 Dec 2015 10:42:54 +0000 (11:42 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 16 Dec 2015 10:42:54 +0000 (11:42 +0100)
templates/webpages/bankaccounts/list.html
templates/webpages/buchungsgruppen/list.html
templates/webpages/project_status/list.html
templates/webpages/project_type/list.html
templates/webpages/requirement_spec_acceptance_status/list.html
templates/webpages/requirement_spec_complexity/list.html
templates/webpages/requirement_spec_predefined_text/list.html
templates/webpages/requirement_spec_risk/list.html
templates/webpages/requirement_spec_status/list.html
templates/webpages/requirement_spec_type/list.html
templates/webpages/taxzones/list.html

index c1a9ff0..a4b6018 100644 (file)
@@ -6,7 +6,7 @@
  <table width="100%" id="bankaccount_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>[% 'Name' | $T8 %]</th>
     <th>[% 'IBAN' | $T8 %]</th>
     <th>[% 'Bank' | $T8 %]</th>
@@ -20,7 +20,7 @@
   <tbody>
    [%- FOREACH account = BANKACCOUNTS %]
     <tr class="listrow" id="account_id_[% account.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=account.id) %]">[% HTML.escape(account.name) %]</a></td>
      <td>[% HTML.escape(account.iban) %]</a></td>
      <td>[% HTML.escape(account.bank) %]</a></td>
index 8621e85..038b265 100644 (file)
@@ -6,7 +6,7 @@
  <table width="100%" id="buchungsgruppen_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 width="20%">[% 'Description' | $T8 %]</th>
     <th width="20%">[% 'Inventory Account' | $T8 %]</th>
      [%- FOREACH tz = TAXZONES %]
@@ -19,7 +19,7 @@
   <tbody>
    [%- FOREACH bg = BUCHUNGSGRUPPEN %]
     <tr class="listrow" id="bg_id_[% bg.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=bg.id) %]">[% HTML.escape(bg.description) %]</a></td>
      <td>[% HTML.escape(CHARTLIST.${bg.id}.inventory_accno) %]</td>
      [%- FOREACH tz = TAXZONES %]
index f510b6d..60caa6f 100644 (file)
@@ -13,7 +13,7 @@
    <table id="project_status_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>[%- 'Name' | $T8 %]</th>
      <th>[%- 'Description' | $T8 %]</th>
     </tr>
@@ -22,7 +22,7 @@
     <tbody>
     [%- FOREACH project_status = PROJECT_STATUS %]
     <tr class="listrow[% loop.count % 2 %]" id="project_status_id_[% project_status.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 => project_status.id) %]">[% project_status.name | html %]</a></td>
      <td><a href="[% SELF.url_for(action => 'edit', id => project_status.id) %]">[% project_status.description | html %]</a></td>
     </tr>
index d3d9181..fb0c8c2 100644 (file)
@@ -13,7 +13,7 @@
    <table id="project_type_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>
     </tr>
     </thead>
@@ -21,7 +21,7 @@
     <tbody>
     [%- FOREACH project_type = PROJECT_TYPES %]
     <tr class="listrow[% loop.count % 2 %]" id="project_type_id_[% project_type.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 => project_type.id) %]">
        [%- HTML.escape(project_type.description) %]
index 93049e2..c06e544 100644 (file)
@@ -13,7 +13,7 @@
    <table id="requirement_spec_acceptance_status_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('Name') %]</th>
      <th>[%- LxERP.t8('Description') %]</th>
     </tr>
@@ -22,7 +22,7 @@
     <tbody>
     [%- FOREACH requirement_spec_acceptance_status = REQUIREMENT_SPEC_ACCEPTANCE_STATUSES %]
     <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_acceptance_status_id_[% requirement_spec_acceptance_status.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_acceptance_status.id) %]">
        [%- HTML.escape(requirement_spec_acceptance_status.name) %]
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) %]
index 3e1ee28..52d213d 100644 (file)
@@ -17,7 +17,7 @@
      <th colspan="2" align="center">[% LxERP.t8("Useable for…") %]</th>
     </tr>
     <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>
      <th>[% LxERP.t8("Title") %]</th>
      <th>[% LxERP.t8("Content") %]</th>
@@ -29,7 +29,7 @@
     <tbody>
     [%- FOREACH requirement_spec_predefined_text = REQUIREMENT_SPEC_PREDEFINED_TEXTS %]
     <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_predefined_text_id_[% requirement_spec_predefined_text.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_predefined_text.id) %]">
        [%- HTML.escape(requirement_spec_predefined_text.description) -%]
index 1803b0f..cca09b9 100644 (file)
@@ -13,7 +13,7 @@
    <table id="requirement_spec_risk_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_risk = REQUIREMENT_SPEC_RISKS %]
     <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_risk_id_[% requirement_spec_risk.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_risk.id) %]">
        [%- HTML.escape(requirement_spec_risk.description) %]
index 35b78c9..6c2d0e4 100644 (file)
@@ -13,7 +13,7 @@
    <table id="requirement_spec_status_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('Name') %]</th>
      <th>[%- LxERP.t8('Description') %]</th>
     </tr>
@@ -22,7 +22,7 @@
     <tbody>
     [%- FOREACH requirement_spec_status = REQUIREMENT_SPEC_STATUSES %]
     <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_status_id_[% requirement_spec_status.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_status.id) %]">
        [%- HTML.escape(requirement_spec_status.name) %]
index 3c81986..b215d92 100644 (file)
@@ -13,7 +13,7 @@
    <table id="requirement_spec_type_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>
      <th>[%- LxERP.t8('Section number format') %]</th>
      <th>[%- LxERP.t8('Function block number format') %]</th>
@@ -23,7 +23,7 @@
     <tbody>
     [%- FOREACH requirement_spec_type = REQUIREMENT_SPEC_TYPES %]
     <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_type_id_[% requirement_spec_type.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_type.id) %]">
        [%- HTML.escape(requirement_spec_type.description) %]
index 0229804..46c1a0b 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 %]