Index: branches/RC/core/units/admin/admin_events_handler.php =================================================================== diff -u -N -r11495 -r11657 --- branches/RC/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 11495) +++ branches/RC/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 11657) @@ -244,19 +244,19 @@ $ret = preg_replace("/'(.*?)' => 'Array \((.*?), \)',/", "'\\1' => Array (\\2),", $ret); $ret = preg_replace("/\n '/", "\n\t'", $ret); + $this->Application->InitParser(); ob_start(); + echo $this->Application->ParseBlock(Array('name' => 'incs/header', 'body_properties' => 'style="background-color: #E7E7E7; margin: 8px;"')); ?> - - - Table "<?php echo $table_name; ?>" Structure - - - Close Window
- highlightString($ret); ?> -
Close Window
- - + + + Close Window

+ highlightString($ret); ?> +

Close Window
Application->ParseBlock(Array('name' => 'incs/footer')); echo ob_get_clean(); $event->status = erSTOP; } @@ -485,20 +485,22 @@ $prefix = $this->Application->GetVar('config_prefix'); $config_file = $this->Application->UnitConfigReader->prefixFiles[$prefix]; + $this->Application->InitParser(); + ob_start(); + echo $this->Application->ParseBlock(Array('name' => 'incs/header', 'body_properties' => 'style="background-color: #E7E7E7; margin: 8px;"')); ?> - - - Unit Config of "<?php echo $prefix; ?>" prefix - - - Close Window

- Prefix:
- Unit Config: highlightString($config_file); ?>
-
Close Window
- - + + + Close Window

+ Prefix:
+ Unit Config: highlightString($config_file); ?>
+
Close Window
+ Application->ParseBlock(Array('name' => 'incs/footer')); echo ob_get_clean(); $event->status = erSTOP;