* SPDX-License-Identifier: AGPL-3.0-only ************************************/ // This file is used for all popups on this module // The popup_picker.html file is used for generating a list from which to find and choose one instance. // Portions created by CRMVILLAGE.BIZ are Copyright (C) CRMVILLAGE.BIZ. global $theme; require_once('modules/VteCore/layout_utils.php'); //crmv@30447 global $app_strings; global $mod_strings; $mod_strings['ERR_ENTER_OLD_PASSWORD']; insert_popup_header($theme); $focus = CRMEntity::getInstance('Users'); //crmv@28327 eval(Users::m_de_cryption()); ?>