Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/header.tpl =================================================================== diff -u -r6734 -r6866 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/header.tpl (.../header.tpl) (revision 6734) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/header.tpl (.../header.tpl) (revision 6866) @@ -31,6 +31,9 @@ var $base_path = ''; var img_path = '/img/'; + + window.name += '_'; + Index: branches/unlabeled/unlabeled-1.9.2/kernel/units/relationship/relationship_event_handler.php =================================================================== diff -u -r6864 -r6866 --- branches/unlabeled/unlabeled-1.9.2/kernel/units/relationship/relationship_event_handler.php (.../relationship_event_handler.php) (revision 6864) +++ branches/unlabeled/unlabeled-1.9.2/kernel/units/relationship/relationship_event_handler.php (.../relationship_event_handler.php) (revision 6866) @@ -85,6 +85,8 @@ $redirect_params = Array($event->Prefix.'_event' => 'OnNew', 'target_id' => $target_id, 'm_opener' => 's', 'target_type' => $target_type); $this->Application->EventManager->openerStackPush($template, $redirect_params, 'all,'.$event->Prefix); + +// $event->SetRedirectParam('popup_stay', 1); // if popup mode, then set this } } else { Index: branches/unlabeled/unlabeled-1.9.2/core/units/relationship/relationship_event_handler.php =================================================================== diff -u -r6864 -r6866 --- branches/unlabeled/unlabeled-1.9.2/core/units/relationship/relationship_event_handler.php (.../relationship_event_handler.php) (revision 6864) +++ branches/unlabeled/unlabeled-1.9.2/core/units/relationship/relationship_event_handler.php (.../relationship_event_handler.php) (revision 6866) @@ -85,6 +85,8 @@ $redirect_params = Array($event->Prefix.'_event' => 'OnNew', 'target_id' => $target_id, 'm_opener' => 's', 'target_type' => $target_type); $this->Application->EventManager->openerStackPush($template, $redirect_params, 'all,'.$event->Prefix); + +// $event->SetRedirectParam('popup_stay', 1); // if popup mode, then set this } } else { Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/close_popup.tpl =================================================================== diff -u -r6864 -r6866 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/close_popup.tpl (.../close_popup.tpl) (revision 6864) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/close_popup.tpl (.../close_popup.tpl) (revision 6866) @@ -3,6 +3,7 @@