Index: trunk/kernel/admin_templates/incs/ajax.js =================================================================== diff -u -r5073 -r5110 --- trunk/kernel/admin_templates/incs/ajax.js (.../ajax.js) (revision 5073) +++ trunk/kernel/admin_templates/incs/ajax.js (.../ajax.js) (revision 5110) @@ -121,7 +121,9 @@ /*$div.style.border = '1px solid green'; $div.style.backgroundColor = '#FF0000';*/ - var $table = addElement($div, 'table'); + $div.innerHTML = '
'+Request.progressText+'
'+escape(Request.progressText)+'
'; + + /*var $table = addElement($div, 'table'); $table.style.width = '100%'; $table.style.height = '100%'; var $tbody = addElement($table, 'tbody'); @@ -137,7 +139,7 @@ $img.align = 'absmiddle'; $img.width = 100; $img.height = 7; - $img.alt = Request.progressText; + $img.alt = Request.progressText;*/ return $div; }