Revision a65dfe51
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
js/kivi.Order.js | ||
---|---|---|
144 | 144 |
$.post("controller.pl", data, kivi.eval_json_result); |
145 | 145 |
}; |
146 | 146 |
|
147 |
ns.email_dialog_disable_send = function() { |
|
148 |
// disable mail send event to prevent |
|
149 |
// impatient users to send multiple times |
|
150 |
$('#send_email').prop('disabled', true); |
|
151 |
}; |
|
152 |
|
|
147 | 153 |
ns.close_email_dialog = function() { |
148 | 154 |
email_dialog.dialog("close"); |
149 | 155 |
}; |
... | ... | |
468 | 474 |
pp.o.multiple=1; |
469 | 475 |
pp.open_dialog(); |
470 | 476 |
}; |
471 |
ns.email_dialog_disable_send = function() { |
|
472 |
// disable mail send event to prevent |
|
473 |
// impatient users to send multiple times |
|
474 |
$('#send_email').prop('disabled', true); |
|
475 |
}; |
|
476 | 477 |
|
477 | 478 |
ns.add_multi_items = function(data) { |
478 | 479 |
var insert_before_item_id = ns.get_insert_before_item_id($('#multi_items_position').val()); |
Auch abrufbar als: Unified diff
Kosmetik: Auftrags-Controller: js: Einrückung und Position der Funktion