Revision d25a805a
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/delivery_order/tabs/_row.html | ||
---|---|---|
alt=LxERP.t8('Update from master data'),
|
||
title= LxERP.t8('Update from master data'),
|
||
onclick="if (!confirm('" _ LxERP.t8("Are you sure to update this position from master data?") _ "')) return false; kivi.DeliveryOrder.update_row_from_master_data(this);",
|
||
id='update_from_master',
|
||
class="expand"
|
||
) %]
|
||
id='update_from_master') %]
|
||
</td>
|
||
[%- END -%]
|
||
<td>
|
templates/design40_webpages/delivery_order/tabs/basic_data.html | ||
---|---|---|
alt=LxERP.t8('Update from master data'),
|
||
title= LxERP.t8('Update from master data'),
|
||
onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.DeliveryOrder.update_all_rows_from_master_data();",
|
||
id='update_from_master',
|
||
class='expand',
|
||
) %]
|
||
id='update_from_master') %]
|
||
</th>
|
||
[%- END %]
|
||
<th id="partnumber_header_id"><a href='#' onClick='javascript:kivi.DeliveryOrder.reorder_items("partnumber")'> [%- 'Partnumber' | $T8 %]</a></th>
|
templates/design40_webpages/order/tabs/_row.html | ||
---|---|---|
alt=LxERP.t8('Update from master data'),
|
||
title= LxERP.t8('Update from master data'),
|
||
onclick="if (!confirm('" _ LxERP.t8("Are you sure to update this position from master data?") _ "')) return false; kivi.Order.update_row_from_master_data(this);",
|
||
id='update_from_master',
|
||
class="expand") %]
|
||
id='update_from_master') %]
|
||
</td>
|
||
[%- END -%]
|
||
<td>
|
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
alt=LxERP.t8('Update from master data'),
|
||
title= LxERP.t8('Update from master data'),
|
||
onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.Order.update_all_rows_from_master_data();",
|
||
id='update_from_master',
|
||
class='expand') %]
|
||
id='update_from_master') %]
|
||
</th>
|
||
[%- END %]
|
||
<th id="partnumber_header_id"><a href='#' onClick='javascript:kivi.Order.reorder_items("partnumber")'> [% 'Partnumber' | $T8 %]</a></th>
|
templates/design40_webpages/reclamation/tabs/basic_data.html | ||
---|---|---|
alt=LxERP.t8('Update from master data'),
|
||
title= LxERP.t8('Update from master data'),
|
||
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();",
|
||
id='update_from_master',
|
||
class='expand',
|
||
) %]
|
||
id='update_from_master') %]
|
||
</th>
|
||
[%- END %]
|
||
<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 | ||
---|---|---|
alt=LxERP.t8('Update from master data'),
|
||
title= LxERP.t8('Update from master data'),
|
||
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);",
|
||
id='update_from_master',
|
||
class="expand",
|
||
) %]
|
||
id='update_from_master') %]
|
||
</td>
|
||
[%- END -%]
|
||
<td>
|
Auch abrufbar als: Unified diff
design40: Update-Button/Symbol neue Controller ist kein 'expand'
Die Klasse 'expand' wird eigentlich dafür verwendet, die Symbole der
Zeige/Verstecke Details - Knöpfe zu ändern.
Aber es wird hiermit auch die Größe bestimmt.
Todo: Nun ist das Update-Symbol zu groß. Muss noch behoben werden.