Revision cd424304
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
templates/design40_webpages/reclamation/tabs/basic_data.html | ||
---|---|---|
309 | 309 |
<tr> |
310 | 310 |
<th class="center"> |
311 | 311 |
[%- IF MYCONFIG.show_form_details %] |
312 |
[%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', "data-expanded"="1") %] |
|
312 |
[%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', class='row-icon', "data-expanded"="1") %]
|
|
313 | 313 |
[%- ELSE %] |
314 |
[%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %] |
|
314 |
[%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all', class='row-icon') %]
|
|
315 | 315 |
[%- END %] |
316 | 316 |
</th> |
317 | 317 |
<th> |
... | ... | |
326 | 326 |
alt=LxERP.t8('Update from master data'), |
327 | 327 |
title= LxERP.t8('Update from master data'), |
328 | 328 |
onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.Reclamation.update_all_rows_from_master_data();", |
329 |
id='update_from_master') %] |
|
329 |
id='update_from_master', |
|
330 |
class='row-icon') %] |
|
330 | 331 |
</th> |
331 | 332 |
[%- END %] |
332 | 333 |
<th id="partnumber_header_id"><a href='#' onClick='javascript:kivi.Reclamation.reorder_items("partnumber")'> [%- 'Partnumber' | $T8 %]</a></th> |
templates/design40_webpages/reclamation/tabs/basic_data/_row.html | ||
---|---|---|
15 | 15 |
<td> |
16 | 16 |
[%- IF MYCONFIG.show_form_details %] |
17 | 17 |
[% L.img_tag(src="image/collapse.svg", |
18 |
alt=LxERP.t8('Hide details'), title=LxERP.t8('Hide details'), class="expand") %] |
|
18 |
alt=LxERP.t8('Hide details'), title=LxERP.t8('Hide details'), class="expand row-icon") %]
|
|
19 | 19 |
[%- ELSE %] |
20 | 20 |
[% L.img_tag(src="image/expand.svg", |
21 |
alt=LxERP.t8('Show details'), title=LxERP.t8('Show details'), class="expand") %] |
|
21 |
alt=LxERP.t8('Show details'), title=LxERP.t8('Show details'), class="expand row-icon") %]
|
|
22 | 22 |
[%- END %] |
23 | 23 |
</td> |
24 | 24 |
<td> |
... | ... | |
43 | 43 |
alt=LxERP.t8('Update from master data'), |
44 | 44 |
title= LxERP.t8('Update from master data'), |
45 | 45 |
onclick="if (!confirm('" _ LxERP.t8("Are you sure to update this position from master data?") _ "')) return false; kivi.Reclamation.update_row_from_master_data(this);", |
46 |
id='update_from_master') %] |
|
46 |
id='update_from_master', |
|
47 |
class='row-icon') %] |
|
47 | 48 |
</td> |
48 | 49 |
[%- END -%] |
49 | 50 |
<td> |
Auch abrufbar als: Unified diff
design40: Reklamationen-Templates: Klasse row-icon für Expand-u. Update-Symbole