Revision 6f37da92
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
474 | 474 |
]); |
475 | 475 |
$bar->add_actions([ t8('Delete'), |
476 | 476 |
submit => [ '#form', { action_delete => 1 } ], |
477 |
confirm => t8('Do you really want to delete this object?'), |
|
477 | 478 |
disabled => !$::form->{id} |
478 | 479 |
|| ($is_sales_ord && !$::instance_conf->get_sales_order_show_delete) |
479 | 480 |
|| ($is_pur_ord && !$::instance_conf->get_purchase_order_show_delete), |
Auch abrufbar als: Unified diff
oe: confirm bei delete