]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 c1a9ff022d1f8083f805b5a4fca4417f432773fe..a4b6018cc097cc09c85dc6c4aceeb5fe2755e53e 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 8621e85945976bb48ce5c79f9150e1cc89b849bf..038b26511c942733b350e10ea53932e767b79357 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 f510b6d16c134018eb462169cbae44e645275842..60caa6f2c440a322afa56173237aadc75ea2a884 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 d3d91819b7534709c270e9b6ccda2a23d6774a35..fb0c8c2fd409a26dd46a4dcb5b7207decec922b7 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 93049e2a984c59d0ab7213c4f7ad6c33309eb2b3..c06e54413303aea1b75c4e10cf0febe5ff2901c8 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 3ce2d94002f50ca2a261a9ed069b898c1a2a7be6..0f962b49032607a1d0116a388524aa88258eb4eb 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 3e1ee2828ed2bed8313a6fcd3d574fea20374d21..52d213dc6a6729cc108567b27da6e452735cc8be 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 1803b0f3dba9d3ca4bd368e026deb980dd49ee6f..cca09b99bace928c33ae39857b4bcce314bd5301 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 35b78c9b169cdefe2c9b02708fd6da1410ebc66b..6c2d0e47fc84a69d7263719bd3962c62a8c50612 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 3c81986d86d29d4053fd66d6f8579fcbd88daa8b..b215d9287adc083409364030013f1f6f0b9738e8 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 0229804f33f778375ba16e862a32b40ece1d2646..46c1a0ba141d7a474fba399ac040e69564bd4670 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 %]