{include file="header.tpl.html" extra_title=$extra_title} {if $associate_result}
{if $associate_result == -1} {t}An error occurred while trying to associate the selected email message{/t}{if $total_emails > 1}s{/if} {elseif $associate_result == 1} {t count=$total_emails plural="Thank you, the selected email messages were associated successfully."}Thank you, the selected email message was associated successfully.{/t} {/if}

{if not $current_user_prefs.close_popup_windows}
{t}Continue{/t}
{/if} {else} {if $unknown_contacts != ''}
{t}Warning: Unknown Contacts Found{/t}
{t}The following addresses could not be matched against the system user records:{/t}

    {section name="i" loop=$unknown_contacts}
  • {$unknown_contacts[i]|escape:"html"}
  • {/section}
{t}Please make sure you have selected the correct email messages to associate.{/t}

{t}Close Window{/t}

{/if} {/literal}
{section name="i" loop=$emails} {/section}
{t 1=$smarty.get.issue count=$total_emails plural="Associate Email Messages to Issue #%1"}Associate Email Message to Issue #%1{/t}
{t count=$total_emails plural="Please choose one of the following actions to take in regards to the selected email messages"}Please choose one of the following actions to take in regards to the selected email message{/t}:

{t}Save Message{/t}{if $total_emails > 1}s{/if} {t}as{/t} {if $total_emails == 1}{t}an{/t} {/if}Email{if $total_emails > 1}s{/if}
  {t count=$total_emails escape=no plural="NOTE: Emails will be broadcasted to the full notification list, including any customers, if this option is chosen."}NOTE: Email will be broadcasted to the full notification list, including any customers, if this option is chosen.{/t}
{t count=$total_emails plural="Save Message as Reference Emails"}Save Message as Reference Email{/t}
  {t count=$total_emails escape=no plural="NOTE: Emails will NOT be sent to the notification list, if this option if chosen. This is useful as way to backload a set of emails into an existing issue."}NOTE: Email will NOT be sent to the notification list, if this option if chosen. This is useful as way to backload a set of emails into an existing issue.{/t}
{t count=$total_emails plural="Save Messages as an Internal Notes"}Save Message as an Internal Note{/t}
  {t count=$total_emails escape=no plural="NOTE: Emails will be saved as notes and broadcasted only to staff users."}NOTE: Email will be saved as a note and broadcasted only to staff users.{/t}
{/if} {include file="footer.tpl.html"}