Skip to content

Commit

Permalink
Merge pull request #22102 from eileenmcnaughton/vis
Browse files Browse the repository at this point in the history
Remove obsolete showVisibility
  • Loading branch information
seamuslee001 authored Nov 19, 2021
2 parents cf9234b + fb3faf7 commit fb8f424
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/CRM/Admin/Page/Options.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
</th>
{if $gName eq "payment_instrument"}<th>{ts}Account{/ts}</th>{/if}
{if !empty($showCounted)}<th>{ts}Counted?{/ts}</th>{/if}
{if !empty($showVisibility)}<th>{ts}Visibility{/ts}</th>{/if}
<th id="nosort">{ts}Description{/ts}</th>
<th>{ts}Order{/ts}</th>
{if !empty($showIsDefault)}<th>{ts}Default{/ts}</th>{/if}
Expand Down Expand Up @@ -133,7 +132,6 @@
{if !empty($showCounted)}
<td class="center crm-admin-options-filter">{icon condition=$row.filter}{ts}Counted{/ts}{/icon}</td>
{/if}
{if !empty($showVisibility)}<td class="crm-admin-visibility_label">{$row.visibility_label}</td>{/if}
<td class="crm-admin-options-description crm-editable" data-field="description" data-type="textarea">{if isset($row.description)}{$row.description}{/if}</td>
<td class="nowrap crm-admin-options-order">{if isset($row.weight)}{$row.weight}{/if}</td>
{if !empty($showIsDefault)}
Expand Down

0 comments on commit fb8f424

Please sign in to comment.