Index: branches/RC/core/units/admin/admin_tag_processor.php =================================================================== diff -u -N -r11045 -r11056 --- branches/RC/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 11045) +++ branches/RC/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 11056) @@ -686,7 +686,7 @@ function UsePopups($params) { - return (int)$this->Application->ConfigValue('UsePopups'); + return (int)$this->Application->ConfigValue('UsePopups') || $this->Application->GetVar('_force_popup'); } function UseToolbarLabels($params) Index: branches/RC/core/editor/editor/skins/default/fck_editor.css =================================================================== diff -u -N -r10974 -r11056 --- branches/RC/core/editor/editor/skins/default/fck_editor.css (.../fck_editor.css) (revision 10974) +++ branches/RC/core/editor/editor/skins/default/fck_editor.css (.../fck_editor.css) (revision 11056) @@ -27,7 +27,7 @@ body { - padding: 1px; + padding: 0px; margin: 0; background-color: #ffffff; } Index: branches/RC/core/admin_templates/incs/footer.tpl =================================================================== diff -u -N -r9639 -r11056 --- branches/RC/core/admin_templates/incs/footer.tpl (.../footer.tpl) (revision 9639) +++ branches/RC/core/admin_templates/incs/footer.tpl (.../footer.tpl) (revision 11056) @@ -14,6 +14,9 @@ +

Index: branches/RC/core/admin_templates/popups/editor.tpl =================================================================== diff -u -N -r10974 -r11056 --- branches/RC/core/admin_templates/popups/editor.tpl (.../editor.tpl) (revision 10974) +++ branches/RC/core/admin_templates/popups/editor.tpl (.../editor.tpl) (revision 11056) @@ -1,7 +1,7 @@ - + @@ -33,7 +33,7 @@
-
+