isAdmin()) die('Access Denied'); $info = $qs = array(); if ($email && $_REQUEST['a'] != 'add'){ $title = __('Update Email Address'); $action = 'update'; $submit_text = __('Save Changes'); $info = $email->getInfo(); $info['id'] = $email->getId(); $qs += array('id' => $email->getId()); }else { $title = __('Add New Email Address'); $action = 'create'; $submit_text = __('Submit'); $info['id'] = 0; $info['ticket_auto_response'] = isset($info['ticket_auto_response']) ? $info['ticket_auto_response'] : 1; $info['message_auto_response'] = isset($info['message_auto_response']) ? $info['message_auto_response'] : 1; $qs += array('a' => $_REQUEST['a']); } $info = Format::htmlchars(($errors && $_POST) ? $_POST : $info, true); ?>

%s', __('Emails')); if ($email) { echo sprintf('%s', $email->getId(), Format::htmlchars($email->getAddress())); } else echo " — $title "; ?>

:
 
  
 
 
 
:   

getTopicSortMode() != 'm') { ?>