<div class="help">
-
+
<div>{{:: ts('You can configure one or more Label Formats for your CiviCRM installation. Label Formats are used when creating mailing labels.')}}<br/>
{{:: ts('You can change which fields are printed on each label in')}} <a href="/civicrm/admin/setting/preferences/address?reset=1">{{:: ts('Address Settings')}}</a>.</div>
</div>
<div crm-ui-tab-set="">
-
+
<div af-fieldset="" crm-ui-tab="" crm-title="ts('Mailing Labels')" id="tab-mailinglabels">
<div class="af-markup">
<crm-search-display-table search-name="Label_Formats" display-name="Label_Formats_Table_1" filters="{'option_group_id:name': 'label_format'}"/>
- </div>
+ </div>
</div>
- <div af-fieldset="" crm-ui-tab="" crm-title="ts('Name Badge')" id="tab-namebadge">
+ <div af-fieldset="" crm-ui-tab="" crm-title="ts('Name Badges')" id="tab-namebadge">
<div class="af-markup">
<crm-search-display-table search-name="Label_Formats" display-name="Label_Formats_Table_1" filters="{'option_group_id:name': 'name_badge'}"/>
- </div>
+ </div>
</div>
</div>
[
'name' => 'SavedSearch_Label_Formats',
'entity' => 'SavedSearch',
- 'cleanup' => 'unused',
+ 'cleanup' => 'always',
'update' => 'unmodified',
'params' => [
'version' => 4,
[
'name' => 'SavedSearch_Label_Formats_SearchDisplay_Label_Formats_Table_1',
'entity' => 'SearchDisplay',
- 'cleanup' => 'unused',
+ 'cleanup' => 'always',
'update' => 'unmodified',
'params' => [
'version' => 4,
'type' => 'field',
'key' => 'is_reserved',
'dataType' => 'Boolean',
- 'label' => E::ts('Reserved?'),
+ 'label' => E::ts('Reserved'),
'sortable' => TRUE,
],
[
'draggable' => 'weight',
'toolbar' => [
[
- 'path' => 'civicrm/admin/labelFormats/edit?action=add&id=[id]&group=[option_group_id:name]&reset=1',
+ 'path' => 'civicrm/admin/labelFormats/edit?action=add&group=[option_group_id:name]&reset=1',
'icon' => 'fa-plus',
'text' => E::ts('Add'),
'style' => 'default',