<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>
<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>
<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 %]
<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 %]
<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>
<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>
<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>
<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) %]
<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>
<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) %]
<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>
<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) %]
<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>
<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) -%]
<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>
<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) %]
<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>
<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) %]
<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>
<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) %]
<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>
<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 %]