$this->add('text', 'title', ts('Title'), CRM_Core_DAO::getAttribute('CRM_Core_DAO_PrintLabel', 'title'), true);
$labelStyle = CRM_Core_BAO_LabelFormat::getList(TRUE, 'name_badge');
- $this->add('select', 'label_format_name', ts('Label Style'), array('' => ts('- select -')) + $labelStyle, TRUE);
+ $this->add('select', 'label_format_name', ts('Label Format'), array('' => ts('- select -')) + $labelStyle, TRUE);
$this->add('text', 'description', ts('Description'),
CRM_Core_DAO::getAttribute('CRM_Core_DAO_PrintLabel', 'title'));
</tr>
<tr class="crm-badge-layout-form-block-label_format_name">
<td class="label">{$form.label_format_name.label}</td>
- <td>{$form.label_format_name.html}</td>
+ <td>{$form.label_format_name.html} {help id="id-label_format"}</td>
</tr>
<tr class="crm-badge-layout-form-block-description">
<td class="label">{$form.description.label}</td>
<span class="crm-clear-link">
(<a href="#" class="clear-image" imgname='image_1'>{ts}clear{/ts}</a>)
</span>
- <br/><span class="description">{ts}Click above and select a file double clicking on it.{/ts}</span>
+ <br/><span class="description">{ts}Click above and select a file by double clicking on it.{/ts}</span>
</td>
</tr>
<tr class="crm-badge-layout-form-block-image_2">
<span class="crm-clear-link">
(<a href="#" class="clear-image" imgname='image_2'>{ts}clear{/ts}</a>)
</span>
- <br/><span class="description">{ts}Click above and select a file double clicking on it.{/ts}</span>
+ <br/><span class="description">{ts}Click above and select a file by double clicking on it.{/ts}</span>
</td>
</tr>
<tr class="crm-badge-layout-form-block-elements">
{if $action ne 1 and $action ne 2}
<div class="action-link">
<a href="{crmURL q="action=add&reset=1"}" id="newbadge-layout"
- class="button"><span>» {ts}New Badge Layout{/ts}</span></a>
+ class="button"><span><div class="icon add-icon"></div> {ts}New Badge Layout{/ts}</span></a>
</div>
{/if}
</div>