diff --git a/e107_handlers/user_select_class.php b/e107_handlers/user_select_class.php index 754b748d6..50b922466 100644 --- a/e107_handlers/user_select_class.php +++ b/e107_handlers/user_select_class.php @@ -15,13 +15,6 @@ // DEPRECATED - SUBJECT TO REMOVAL // Possible replacements: $frm->userpicker(); -if (!defined("e_THEME")) { - require_once('../class2.php'); - include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_user_select.php"); - $us = new user_select; - $us -> popup(); -} - include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_user_select.php"); class user_select @@ -142,10 +135,9 @@ class user_select { $text .= " "; } - // @todo popup doesn't work ATM because e_HANDLER_ABS not valid - $text .= "".US_LAN_4."..."; + title='".US_LAN_4."...' onclick=\"window.open('".e_PLUGIN_ABS."pm/pm.php?".$user_form."','user_search', 'toolbar=no,location=no,status=yes,scrollbars=yes,resizable=yes,width=300,height=200,left=100,top=100'); return false;\" />"; } /* @@ -200,13 +192,16 @@ class user_select // send the charset to the browser - overrides spurious server settings with the lan pack settings. header("Content-type: text/html; charset=utf-8", TRUE); - echo (defined("STANDARDS_MODE") ? "" : "\n")."\n"; - echo " + //echo (defined("STANDARDS_MODE") ? "" : "\n")."\n"; + //echo " + echo " + ".SITENAME."\n"; - echo " + echo " +