From 4b242e824445fcb814ecbc7682bca74a77d95b57 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Sun, 27 Sep 2015 16:43:02 -0400 Subject: [PATCH] CRM-16643 - Revert to setvalue for inline editing of the entities whose APIs do not handle create as update properly. ---------------------------------------- * CRM-16643: Deprecate & remove setvalue api https://issues.civicrm.org/jira/browse/CRM-16643 --- templates/CRM/Admin/Page/ContactType.tpl | 2 +- templates/CRM/Admin/Page/LocationType.tpl | 2 +- templates/CRM/Custom/Page/Group.tpl | 2 +- templates/CRM/UF/Page/Field.tpl | 2 +- templates/CRM/UF/Page/Group.tpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Admin/Page/ContactType.tpl b/templates/CRM/Admin/Page/ContactType.tpl index eae340c3ab..58fee6df20 100644 --- a/templates/CRM/Admin/Page/ContactType.tpl +++ b/templates/CRM/Admin/Page/ContactType.tpl @@ -46,7 +46,7 @@ {foreach from=$rows item=row} - + {ts}{$row.label}{/ts} {if $row.parent}{ts}{$row.parent_label}{/ts}{else}{ts}(built-in){/ts}{/if} {$row.description} diff --git a/templates/CRM/Admin/Page/LocationType.tpl b/templates/CRM/Admin/Page/LocationType.tpl index 06ff3eddab..fb3934095f 100644 --- a/templates/CRM/Admin/Page/LocationType.tpl +++ b/templates/CRM/Admin/Page/LocationType.tpl @@ -49,7 +49,7 @@ {foreach from=$rows item=row} - + {$row.name} {$row.display_name} {$row.vcard_name} diff --git a/templates/CRM/Custom/Page/Group.tpl b/templates/CRM/Custom/Page/Group.tpl index 209a7dcd9b..808db88fa2 100644 --- a/templates/CRM/Custom/Page/Group.tpl +++ b/templates/CRM/Custom/Page/Group.tpl @@ -55,7 +55,7 @@ {foreach from=$rows item=row} - + {$row.title} {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.extends eq 'Contact'}{ts}All Contact Types{/ts}{else}{$row.extends_display}{/if} diff --git a/templates/CRM/UF/Page/Field.tpl b/templates/CRM/UF/Page/Field.tpl index af90fb602f..0903c7fbc6 100644 --- a/templates/CRM/UF/Page/Field.tpl +++ b/templates/CRM/UF/Page/Field.tpl @@ -61,7 +61,7 @@ {foreach from=$ufField item=row} - + {$row.label}({$row.field_type}) {if in_array("Profile",$otherModules) or in_array("Search Profile",$otherModules) } {$row.visibility_display} diff --git a/templates/CRM/UF/Page/Group.tpl b/templates/CRM/UF/Page/Group.tpl index b8497f5c0c..2e7c157685 100644 --- a/templates/CRM/UF/Page/Group.tpl +++ b/templates/CRM/UF/Page/Group.tpl @@ -83,7 +83,7 @@ {foreach from=$rows item=row} {if !$row.is_reserved } - + {$row.title} {if $row.created_id && $row.created_by} -- 2.25.1