Revision c449754c
Von Jan Büren vor fast 2 Jahren hinzugefügt
templates/design40_webpages/ca/list.html | ||
---|---|---|
14 | 14 |
[% L.hidden_tag('accounttype', accounttype) %] |
15 | 15 |
|
16 | 16 |
<table class="tbl-horizontal"> |
17 |
<colgroup> <col style="width:1.4em;"><col class="wi-small"><col class="wi-lightwide"> </colgroup>
|
|
17 |
<colgroup> <col style="width:1.4em;"><col class="wi-small"><col class="wi-lightwide"> </colgroup> |
|
18 | 18 |
<caption>[% 'Periods' | $T8 %]</caption> |
19 | 19 |
<tbody> |
20 | 20 |
<tr> |
21 | 21 |
<th colspan="3"> |
22 | 22 |
<h4> |
23 |
[% L.radio_button_tag('reporttype', value='custom', id='reporttype_custom') %]
|
|
23 |
[% L.radio_button_tag('reporttype', value='custom', id='reporttype_custom') %] |
|
24 | 24 |
<label for="reporttype_custom">[% LxERP.t8('Customized Report') %]</label> |
25 | 25 |
</h4> |
26 | 26 |
</th> |
... | ... | |
69 | 69 |
</tr> |
70 | 70 |
<tr> |
71 | 71 |
<th colspan="3"> |
72 |
<h4>[% L.radio_button_tag('reporttype', value='free',id='reporttype_free') %]
|
|
72 |
<h4>[% L.radio_button_tag('reporttype', value='free',id='reporttype_free') %] |
|
73 | 73 |
<label for="reporttype_free">[% LxERP.t8('Free report period') %]</label></h4> |
74 | 74 |
</th> |
75 | 75 |
</tr> |
Auch abrufbar als: Unified diff
design4.0: Kosmetik vergessene Leerzeichen