* SPDX-License-Identifier: AGPL-3.0-only ************************************/ global $small_page_title, $small_page_title; $small_page_title = getTranslatedString('LBL_INVITEE','Emails'); $small_page_buttons = '
'; include('themes/SmallHeader.php'); global $mod_strings, $app_strings, $theme; $modulesSelectable = array('Contacts','Accounts','Vendors','Leads','Users'); foreach ($modulesSelectable as $k => $value) { $parent_type .= ''; } $inputSearch = $app_strings['LBL_SEARCH_FOR'].': '; $imgSearch = ''.$mod_strings['; $availableTable = '
'; $title_height = '16px'; $tab_height = '94px'; $border = 'border:1px solid #DDDDDD;'; $border_left = 'border-left:1px solid #DDDDDD;'; $border_right = 'border-right:1px solid #DDDDDD;'; $button_width = '80%'; $lateral_td_width = '40%'; $center_td_width = '20%'; $selectedDivs = '
'.$mod_strings["LBL_TO"].'
'.$mod_strings["LBL_CC"].'
'.$mod_strings["LBL_BCC"].'
'; $header = ' '; $html = '
'.$inputSearch.' '.$imgSearch.'   
'.$availableTable.'






'.$selectedDivs.'
'; echo $header.$html; ?>