{"Attach a file"|alang}

{if $__ishosted}
{"There are a few limits to attaching files."|alang}
  • {"You may only attach one file."|alang}
  • {"Attachments cannot be greater than 50 kilobytes."|alang}
  • {"The file you attach must either be .DOC, .DOCX or .PDF. No other file types are allowed."|alang}
{else}
{if $admin.limit_attachment == -1} {"There is no limit to the number of attachments you may have for your message."|alang} {elseif $admin.limit_attachment == 0} {"You may not upload any attachments."|alang} {else} {"You may only upload %s attachment(s) in all."|alang:$admin.limit_attachment} {/if}
{/if}
{ac_upload id='message_attach' name='attach' action='message_attach' files=$files limit=$admin.limit_attachment}
{if $campaign.type != "text"}
{"I want to embed images in my message"|alang}
{/if}

{"Embed images"|alang}

{"You have chosen to embed images in your message."|alang} {"You are not allowed to add any attachments to your message if you embed images."|alang}
{"Don't embed images in my message"|alang}