mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
fix not submitted submit_button
This commit is contained in:
parent
9aa39f3711
commit
b25a0d2f2c
@ -204,8 +204,7 @@ function xajax_eT_wrapper(obj) {
|
||||
if (typeof(obj) == 'object') {
|
||||
set_style_by_class('div','popupManual','display','none');
|
||||
set_style_by_class('div','ajax-loader','display','inline');
|
||||
var etemplate_exec_id = obj.form.etemplate_exec_id.defaultValue;
|
||||
var submit_button = obj.name;
|
||||
obj.form.submit_button.value = obj.name;
|
||||
var menuaction = obj.form.action.replace(/.+menuaction=/,'');
|
||||
xajax_doXMLHTTP(menuaction+'./etemplate/process_exec', xajax.getFormValues(obj.form));
|
||||
}
|
||||
@ -214,7 +213,7 @@ function xajax_eT_wrapper(obj) {
|
||||
set_style_by_class('div','popupManual','display','inline');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function disable_button(id) {
|
||||
document.getElementById(id).disabled = 'true';
|
||||
document.getElementById(id).style.color = 'gray';
|
||||
|
Loading…
Reference in New Issue
Block a user