Skip to content

Commit

Permalink
Merge pull request #9696 from colemanw/CRM-19893
Browse files Browse the repository at this point in the history
CRM-19893 - Tweak optionValue template to show grouping field if present
  • Loading branch information
colemanw authored Jan 19, 2017
2 parents b08ff38 + e93811d commit 06f2aae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/CRM/Admin/Form/Options.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@
</tr>
{/if}
{/if}
{if $gName eq 'case_status'}
<tr class="crm-admin-options-form-block-grouping">
<td class="label">{$form.grouping.label}</td>
<td>{$form.grouping.html}</td>
</tr>
{/if}

{if $form.value.html && $gName neq 'redaction_rule'}
<tr class="crm-admin-options-form-block-value">
Expand Down Expand Up @@ -128,6 +122,12 @@
<td class="label">{$form.visibility_id.label}</td>
<td>{$form.visibility_id.html}</td>
</tr>
{/if}
{if $form.grouping.html}
<tr class="crm-admin-options-form-block-grouping">
<td class="label">{$form.grouping.label}</td>
<td>{$form.grouping.html}</td>
</tr>
{/if}
<tr class="crm-admin-options-form-block-weight">
<td class="label">{$form.weight.label}</td>
Expand Down

0 comments on commit 06f2aae

Please sign in to comment.