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

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

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

Close Window

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

Save Message{if $total_emails > 1}s{/if} as {if $total_emails == 1}an {/if}Email{if $total_emails > 1}s{/if}
  NOTE: Email{if $total_emails > 1}s{/if} will be broadcasted to the full notification list, including any customers, if this option is chosen.
Save Message{if $total_emails > 1}s{/if} as Reference Email{if $total_emails > 1}s{/if}
  NOTE: Email{if $total_emails > 1}s{/if} 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.
Save Message{if $total_emails > 1}s{/if} as {if $total_emails == 1}an {/if}Internal Note{if $total_emails > 1}s{/if}
  NOTE: Email{if $total_emails > 1}s{/if} will be saved as {if $total_emails == 1}a{/if} note{if $total_emails > 1}s{/if} and broadcasted only to staff users.
{/if} {include file="footer.tpl.html"}