Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1aa007af

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 1aa007afcc1c3838f4c512786123460f8fff9b0a
  • Vorgänger 6b53e063
  • Nachfolger 68c8d420

Neues kivitendo Design Aenderungen in templates/webpages/dbupgrade/..

Unterschiede anzeigen:

templates/webpages/dbupgrade/steuerfilterung.html
14 14
<p>[% 'Please choose for which categories the taxes should be displayed (otherwise remove the ticks):' | $T8 %]</p>
15 15
<table>
16 16
  <tr>
17
    <th class="listheading">[% 'Taxkey' | $T8 %]</th>
18
    <th class="listheading">[% 'Description' | $T8 %]</th>
19
    <th class="listheading">[% 'Tax rate' | $T8 %]</th>
20
    <th class="listheading">[% 'Asset' | $T8 %] (A)</th>
21
    <th class="listheading">[% 'Liability' | $T8 %] (L)</th>
22
    <th class="listheading">[% 'Equity' | $T8 %] (Q)</th>
23
    <th class="listheading">[% 'Costs' | $T8 %] (C)</th>
24
    <th class="listheading">[% 'Revenue' | $T8 %] (I)</th>
25
    <th class="listheading">[% 'Expense' | $T8 %] (E)</th>
17
    <th>[% 'Taxkey' | $T8 %]</th>
18
    <th>[% 'Description' | $T8 %]</th>
19
    <th>[% 'Tax rate' | $T8 %]</th>
20
    <th>[% 'Asset' | $T8 %] (A)</th>
21
    <th>[% 'Liability' | $T8 %] (L)</th>
22
    <th>[% 'Equity' | $T8 %] (Q)</th>
23
    <th>[% 'Costs' | $T8 %] (C)</th>
24
    <th>[% 'Revenue' | $T8 %] (I)</th>
25
    <th>[% 'Expense' | $T8 %] (E)</th>
26 26
  </tr>
27 27

  
28 28
  [% SET row_odd = '1' %][% FOREACH row = PARTS %]
29 29
  <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
30
    <td align="right">[% HTML.escape(row.taxkey) %]</td>
31
    <td align="left"> [% HTML.escape(row.taxdescription) %]</a></td>
32
    <td align="right">[% HTML.escape(row.rate) %] %</td>
33
    <td align="center">[% L.checkbox_tag('asset_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
34
    <td align="center">[% L.checkbox_tag('liability_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
35
    <td align="center">[% L.checkbox_tag('equity_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
36
    <td align="center">[% L.checkbox_tag('costs_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
37
    <td align="center">[% L.checkbox_tag('revenue_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
38
    <td align="center">[% L.checkbox_tag('expense_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
30
    <td>[% HTML.escape(row.taxkey) %]</td>
31
    <td> [% HTML.escape(row.taxdescription) %]</a></td>
32
    <td>[% HTML.escape(row.rate) %] %</td>
33
    <td>[% L.checkbox_tag('asset_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
34
    <td>[% L.checkbox_tag('liability_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
35
    <td>[% L.checkbox_tag('equity_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
36
    <td>[% L.checkbox_tag('costs_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
37
    <td>[% L.checkbox_tag('revenue_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
38
    <td>[% L.checkbox_tag('expense_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]</td>
39 39
  </tr>
40 40
  <input type="hidden" name="tax_id_[% loop.count %]" value="[% row.tax_id %]">
41 41
  [% SET rowcount = loop.count %]

Auch abrufbar als: Unified diff