diff --git a/templates/CRM/Admin/Page/ContactType.tpl b/templates/CRM/Admin/Page/ContactType.tpl index 742487e3cf3e..155a79deb3b8 100644 --- a/templates/CRM/Admin/Page/ContactType.tpl +++ b/templates/CRM/Admin/Page/ContactType.tpl @@ -30,8 +30,10 @@
{ts}CiviCRM comes with 3 basic (built-in) contact types: Individual, Household, and Organization. You can create additional contact types based on these types to further differentiate contacts (for example you might create Student, Parent, Staff, and /or Volunteer types from the basic Individual type...).{/ts} {help id="id-contactSubtype-intro"}
-{if $rows} -
+ +
+ {if $rows} +
{strip} {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} @@ -66,4 +68,5 @@ {crmButton q="action=add&reset=1" icon="plus-circle"}{ts}Add Contact Type{/ts}{/crmButton} {crmButton p="civicrm/admin" q="reset=1" class="cancel" icon="times"}{ts}Done{/ts}{/crmButton}
+
{/if} diff --git a/templates/CRM/Admin/Page/LabelFormats.tpl b/templates/CRM/Admin/Page/LabelFormats.tpl index f9b22c3cc4b2..3b92bd4b7825 100644 --- a/templates/CRM/Admin/Page/LabelFormats.tpl +++ b/templates/CRM/Admin/Page/LabelFormats.tpl @@ -31,7 +31,7 @@ {if $action eq 1 or $action eq 2 or $action eq 8 or $action eq 16384} {include file="CRM/Admin/Form/LabelFormats.tpl"} {else} - +
{if $rows}
{strip} @@ -74,4 +74,5 @@ {ts 1=$crmURL}There are no Label Formats configured. You canadd one.{/ts}
{/if} +
{/if} diff --git a/templates/CRM/Admin/Page/MessageTemplates.tpl b/templates/CRM/Admin/Page/MessageTemplates.tpl index 09465b330a8c..a2795be12ed7 100644 --- a/templates/CRM/Admin/Page/MessageTemplates.tpl +++ b/templates/CRM/Admin/Page/MessageTemplates.tpl @@ -86,7 +86,7 @@ {/if} {if $rows and $action ne 2 and $action ne 4} - +
{/foreach}
- +