Index: branches/RC/core/units/admin/admin_tag_processor.php
===================================================================
diff -u -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 -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 -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 @@
+ |