{ts}Location types provide convenient labels to differentiate contacts' location(s). Administrators may define as many additional types as appropriate for your constituents (examples might be Main Office, School, Vacation Home...).{/ts}
</div>
+<div class="crm-block crm-content-block">
{if $rows}
<div id="ltype">
{strip}
{include file="CRM/common/jsortable.tpl"}
<table id="options" class="display">
<thead>
- <tr>
- <th id="sortable">{ts}Name{/ts}</th>
- <th>{ts}Display Name{/ts}</th>
- <th>{ts}vCard{/ts}</th>
- <th id="nosort">{ts}Description{/ts}</th>
- <th>{ts}Enabled?{/ts}</th>
- <th>{ts}Default?{/ts}</th>
- <th></th>
- </tr>
+ <tr>
+ <th id="sortable">{ts}Name{/ts}</th>
+ <th>{ts}Display Name{/ts}</th>
+ <th>{ts}vCard{/ts}</th>
+ <th id="nosort">{ts}Description{/ts}</th>
+ <th>{ts}Enabled?{/ts}</th>
+ <th>{ts}Default?{/ts}</th>
+ <th></th>
+ </tr>
</thead>
{foreach from=$rows item=row}
<tr id="location_type-{$row.id}" data-action="setvalue" class="{cycle values="odd-row,even-row"} {$row.class} crm-entity {if NOT $row.is_active} disabled{/if}">
{crmButton q="action=add&reset=1" id="newLocationType" icon="plus-circle"}{ts}Add Option{/ts}{/crmButton}
{crmButton p="civicrm/admin" q="reset=1" class="cancel" icon="times"}{ts}Done{/ts}{/crmButton}
</div>
+</div>
{/if}
<h3>{ts}Find Events{/ts}</h3>
<table class="form-layout">
<tr class="crm-event-searchevent-form-block-title">
- <td>{$form.title.html|crmAddClass:twenty}
- <div class="description font-italic">
- {ts}Complete OR partial Event name.{/ts}
- </div>
- <div style="height: auto; vertical-align: bottom">{$form.eventsByDates.html}</div>
+ <td>
+ <label>{ts}Event Nanme{/ts}</label>
+ {$form.title.html|crmAddClass:twenty}
+ <div class="description font-italic">
+ {ts}Complete OR partial Event name.{/ts}
+ </div>
+ <div style="height: auto; vertical-align: bottom">{$form.eventsByDates.html}</div>
</td>
<td rowspan="2"><label>{ts}Event Type{/ts}</label>
{$form.event_type_id.html}