Revision 6d1ef8d1
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
templates/webpages/dbupgrade/tax_constraints.html | ||
---|---|---|
13 | 13 |
<p>[% 'Please set another taxnumber for the following taxes and run the update again:' | $T8 %]</p> |
14 | 14 |
<table> |
15 | 15 |
<tr> |
16 |
<th class="listheading">[% 'tax_taxkey' | $T8 %]</th>
|
|
17 |
<th class="listheading">[% 'tax_taxdescription' | $T8 %]</th>
|
|
18 |
<th class="listheading">[% 'tax_rate' | $T8 %]</th>
|
|
16 |
<th>[% 'tax_taxkey' | $T8 %]</th> |
|
17 |
<th>[% 'tax_taxdescription' | $T8 %]</th> |
|
18 |
<th>[% 'tax_rate' | $T8 %]</th> |
|
19 | 19 |
</tr> |
20 | 20 |
|
21 | 21 |
[% SET row_odd = '1' %][% FOREACH row = TAX %] |
22 | 22 |
<tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]"> |
23 |
<td align="right">[% HTML.escape(row.taxkey) %]</td>
|
|
24 |
<td align="left"> [% HTML.escape(row.taxdescription) %]</a></td>
|
|
25 |
<td align="right">[% HTML.escape(row.rate) %] %</td>
|
|
23 |
<td>[% HTML.escape(row.taxkey) %]</td> |
|
24 |
<td> [% HTML.escape(row.taxdescription) %]</a></td> |
|
25 |
<td>[% HTML.escape(row.rate) %] %</td> |
|
26 | 26 |
</tr> |
27 | 27 |
[% END %] |
28 | 28 |
</table> |
... | ... | |
34 | 34 |
<p>[% 'Please define a taxkey for the following taxes and run the update again:' | $T8 %]</p> |
35 | 35 |
<table> |
36 | 36 |
<tr> |
37 |
<th class="listheading">[% 'tax_taxdescription' | $T8 %]</th>
|
|
38 |
<th class="listheading">[% 'tax_rate' | $T8 %]</th>
|
|
39 |
<th class="listheading">[% 'taxnumber' | $T8 %]</th>
|
|
40 |
<th class="listheading">[% 'account_description' | $T8 %]</th>
|
|
37 |
<th>[% 'tax_taxdescription' | $T8 %]</th> |
|
38 |
<th>[% 'tax_rate' | $T8 %]</th> |
|
39 |
<th>[% 'taxnumber' | $T8 %]</th> |
|
40 |
<th>[% 'account_description' | $T8 %]</th> |
|
41 | 41 |
</tr> |
42 | 42 |
|
43 | 43 |
[% SET row_odd = '1' %][% FOREACH row = TAX %] |
44 | 44 |
<tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]"> |
45 |
<td align="left"> [% HTML.escape(row.taxdescription) %]</a></td>
|
|
46 |
<td align="right">[% HTML.escape(row.rate) %] %</td>
|
|
47 |
<td align="right">[% HTML.escape(row.taxnumber) %]</td>
|
|
45 |
<td> [% HTML.escape(row.taxdescription) %]</a></td> |
|
46 |
<td>[% HTML.escape(row.rate) %] %</td> |
|
47 |
<td>[% HTML.escape(row.taxnumber) %]</td> |
|
48 | 48 |
<td>[% HTML.escape(row.account_description) %]</td> |
49 | 49 |
</tr> |
50 | 50 |
[% END %] |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/dbupgrade/tax_constraints.html