<div class="crm-block crm-form-block crm-search-form-block">
<table class="form-layout">
<tr>
- <td>{$form.mailing_name.label}<br />
- {$form.mailing_name.html|crmAddClass:big} {help id="id-mailing_name"}
+ <td>{$form.mailing_name.label} {help id="id-mailing_name"}<br />
+ {$form.mailing_name.html|crmAddClass:big}
</td>
</tr>
<tr>
{include file="CRM/Core/DateRange.tpl" fieldName="mailing" from='_from' to='_to'}
</tr>
<tr>
- <td colspan="1">{$form.sort_name.label}<br />
- {$form.sort_name.html|crmAddClass:big} {help id="id-create_sort_name"}
+ <td colspan="1">{$form.sort_name.label} {help id="id-create_sort_name"}<br />
+ {$form.sort_name.html|crmAddClass:big}
<br/><br/>
<div class="crm-search-form-block-is_archive">
- {$form.is_archived.label}<br/>
+ {$form.is_archived.label} {help id="is_archived"}<br/>
{$form.is_archived.html}
</div>
</td>
{if $form.mailing_status}
<td width="100%"><label>{if $sms eq 1}{ts}SMS Status{/ts}{else}{ts}Mailing Status{/ts}{/if}</label><br />
- <div class="listing-box" style="width: auto; height: 100px">
+ <div class="listing-box" style="height: auto">
{foreach from=$form.mailing_status item="mailing_status_val"}
<div class="{cycle values="odd-row,even-row"}">
{$mailing_status_val.html}
</div>
{/foreach}
- <div class='odd-row'>
+ <div class="{cycle values="odd-row,even-row"}">
{$form.status_unscheduled.html}
</div>
</div><br />
{htxt id="id-create_sort_name"}
{ts}Find mailings by the name of the person who created or sent them. You can enter a complete OR partial name (last name, first name format).{/ts}
{/htxt}
+
+{htxt id="is_archived-title"}
+ {ts}Archived{/ts}
+{/htxt}
+{htxt id="is_archived"}
+ {ts}This field is disabled when searching for Draft/Unscheduled mailings.{/ts}
+{/htxt}