'index.php?module=Emails&action=ListView.php','LBL_WEBMAILS_TITLE'=>'index.php?module=squirrelmail-1.4.4&action=redirect');
$sec_arr = array('index.php?module=Emails&action=ListView.php'=>'Emails','index.php?module=squirrelmail-1.4.4&action=redirect'=>'Emails');
echo ' ';
?>
if(isset($_REQUEST['smodule']) && $_REQUEST['smodule'] != '')
{
$classname = "tabOff";
}
else
{
$classname = "tabOn";
}
$listView = "ListView.php";
foreach($submenu as $label=>$filename)
{
$cur_mod = $sec_arr[$filename];
$cur_tabid = getTabid($cur_mod);
if($tab_per_Data[$cur_tabid] == 0)
{
list($lbl,$sname,$title)=split("_",$label);
if(stristr($label,"EMAILS"))
{
echo ''.$mod_strings[$label].' ';
$listView = $filename;
$classname = "tabOff";
}
elseif(stristr($label,$_REQUEST['smodule']))
{
echo ''.$mod_strings[$label].' ';
$listView = $filename;
$classname = "tabOff";
}
else
{
echo ''.$mod_strings[$label].' ';
}
$classname = "tabOff";
}
}
?>
$focus = new Email();
if($_REQUEST['upload_error'] == true)
{
echo ' The selected file has no data or a invalid file. ';
}
$message = substr($_REQUEST['message'],0,49);
if(isset($_REQUEST['message']) && $_REQUEST['message']== 'Language string failed to load: connect_host')
echo ''.$mod_strings['MESSAGE_CHECK_MAIL_SERVER_NAME'].' ';
if(isset($_REQUEST['message']) && (($_REQUEST['message']=='Language string failed to load: recipients_failed') || ($message == 'Language string failed to load: recipients_failed')) )
echo ''.$mod_strings['MESSAGE_CHECK_MAIL_ID'].' ';
if(@strstr($_REQUEST['message'],'Language string failed to load: from_failed'))
echo 'Please check the "From" mail id. ';
if(isset($_REQUEST['record'])) {
$focus->id = $_REQUEST['record'];
$focus->mode = 'edit';
$focus->retrieve_entity_info($_REQUEST['record'],"Emails");
$vtlog->logthis("Entity info successfully retrieved for EditView.",'info');
$focus->name=$focus->column_fields['name'];
}
//$old_id = '';
if(isset($_REQUEST['parent_id']) && $_REQUEST['parent_id'] != '')
{
$focus->column_fields['parent_id'] = $_REQUEST['parent_id'];
$focus->mode = '';
}
if(isset($_REQUEST['isDuplicate']) && $_REQUEST['isDuplicate'] == 'true')
{
$old_id = $_REQUEST['record'];
if (! empty($focus->filename) )
{
$old_id = $focus->id;
}
$focus->id = "";
$focus->mode = "";
}
//get Email Information
$block_1 = getBlockInformation("Emails",1,$focus->mode,$focus->column_fields);
$block_2 = getBlockInformation("Emails",2,$focus->mode,$focus->column_fields);
$block_3 = getBlockInformation("Emails",3,$focus->mode,$focus->column_fields);
$block_4 = getBlockInformation("Emails",4,$focus->mode,$focus->column_fields);
//needed when creating a new email with default values passed in
if (isset($_REQUEST['contact_name']) && is_null($focus->contact_name)) {
$focus->contact_name = $_REQUEST['contact_name'];
}
if (isset($_REQUEST['contact_id']) && is_null($focus->contact_id)) {
$focus->contact_id = $_REQUEST['contact_id'];
}
if (isset($_REQUEST['parent_name']) && is_null($focus->parent_name)) {
$focus->parent_name = $_REQUEST['parent_name'];
}
if (isset($_REQUEST['parent_id']) && is_null($focus->parent_id)) {
$focus->parent_id = $_REQUEST['parent_id'];
}
if (isset($_REQUEST['parent_type'])) {
$focus->parent_type = $_REQUEST['parent_type'];
}
if (isset($_REQUEST['filename']) && $_REQUEST['isDuplicate'] != 'true') {
$focus->filename = $_REQUEST['filename'];
}
elseif (is_null($focus->parent_type)) {
$focus->parent_type = $app_list_strings['record_type_default_key'];
}
global $theme;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
require_once($theme_path.'layout_utils.php');
$log->info("Email detail view");
$xtpl=new XTemplate ('modules/Emails/EditView.html');
$xtpl->assign("MOD", $mod_strings);
$xtpl->assign("APP", $app_strings);
if (isset($focus->name)) $xtpl->assign("NAME", $focus->name);
else $xtpl->assign("NAME", "");
$xtpl->assign("BLOCK1", $block_1);
$xtpl->assign("BLOCK2", $block_2);
$xtpl->assign("BLOCK3", $block_3);
$xtpl->assign("BLOCK4", $block_4);
$block_1_header = getBlockTableHeader("LBL_EMAIL_INFORMATION");
$xtpl->assign("BLOCK1_HEADER", $block_1_header);
//Added to set the cc when click reply all
if(isset($_REQUEST['msg_cc']) && $_REQUEST['msg_cc'] != '')
{
$xtpl->assign("MAIL_MSG_CC", $_REQUEST['msg_cc']);
}
if($focus->mode == 'edit')
{
$xtpl->assign("MODE", $focus->mode);
}
// Unimplemented until jscalendar language files are fixed
// $xtpl->assign("CALENDAR_LANG", ((empty($cal_codes[$current_language])) ? $cal_codes[$default_language] : $cal_codes[$current_language]));
$xtpl->assign("CALENDAR_LANG", "en");$xtpl->assign("CALENDAR_DATEFORMAT", parse_calendardate($app_strings['NTC_DATE_FORMAT']));
if(isset($_REQUEST['return_module'])) $xtpl->assign("RETURN_MODULE", $_REQUEST['return_module']);
else $xtpl->assign("RETURN_MODULE",'Emails');
if(isset($_REQUEST['return_action'])) $xtpl->assign("RETURN_ACTION", $_REQUEST['return_action']);
else $xtpl->assign("RETURN_ACTION",'index');
if(isset($_REQUEST['return_id'])) $xtpl->assign("RETURN_ID", $_REQUEST['return_id']);
//if(isset($_REQUEST['parent_id']) && $_REQUEST['parent_id'] != '')
//{
// $xtpl->assign("PARENTID", $_REQUEST['parent_id']);
//}
$xtpl->assign("THEME", $theme);
$xtpl->assign("IMAGE_PATH", $image_path);
$xtpl->assign("PRINT_URL", "phprint.php?jt=".session_id().$GLOBALS['request_string']);
$xtpl->assign("JAVASCRIPT", get_set_focus_js().get_validate_record_js());
$xtpl->assign("ID", $focus->id);
$xtpl->assign("ENTITY_ID", $_REQUEST["record"]);
$xtpl->assign("ENTITY_TYPE",$_REQUEST["email_directing_module"]);
$xtpl->assign("OLD_ID", $old_id );
if ( empty($focus->filename))
{
$xtpl->assign("FILENAME_TEXT", "");
$xtpl->assign("FILENAME", "");
}
else
{
$xtpl->assign("FILENAME_TEXT", "(".$focus->filename.")");
$xtpl->assign("FILENAME", $focus->filename);
}
if (isset($focus->parent_type) && $focus->parent_type != "") {
$change_parent_button = " ";
$xtpl->assign("CHANGE_PARENT_BUTTON", $change_parent_button);
}
if ($focus->parent_type == "Account") $xtpl->assign("DEFAULT_SEARCH", "&query=true&account_id=$focus->parent_id&account_name=".urlencode($focus->parent_name));
$email_tables = Array('emails','crmentity','activity');
$tabid = getTabid("Emails");
$validationData = getDBValidationData($email_tables,$tabid);
$fieldName = '';
$fieldLabel = '';
$fldDataType = '';
$rows = count($validationData);
foreach($validationData as $fldName => $fldLabel_array)
{
if($fieldName == '')
{
$fieldName="'".$fldName."'";
}
else
{
$fieldName .= ",'".$fldName ."'";
}
foreach($fldLabel_array as $fldLabel => $datatype)
{
if($fieldLabel == '')
{
$fieldLabel = "'".$fldLabel ."'";
}
else
{
$fieldLabel .= ",'".$fldLabel ."'";
}
if($fldDataType == '')
{
$fldDataType = "'".$datatype ."'";
}
else
{
$fldDataType .= ",'".$datatype ."'";
}
}
}
$xtpl->assign("VALIDATION_DATA_FIELDNAME",$fieldName);
$xtpl->assign("VALIDATION_DATA_FIELDDATATYPE",$fldDataType);
$xtpl->assign("VALIDATION_DATA_FIELDLABEL",$fieldLabel);
$xtpl->parse("main");
$xtpl->out("main");
?>