From eca160d556052e3bb76f7df52a8bb86b65a81559 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 16 Mar 2013 16:25:55 -0700 Subject: [PATCH] Replace 'add more' link with help text for inline-edit CRM-12063 --- templates/CRM/Custom/Form/CustomData.tpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Custom/Form/CustomData.tpl b/templates/CRM/Custom/Form/CustomData.tpl index 89a8b057e2..a0146bd895 100644 --- a/templates/CRM/Custom/Form/CustomData.tpl +++ b/templates/CRM/Custom/Form/CustomData.tpl @@ -64,7 +64,14 @@ {if $cd_edit.is_multiple and ( ( $cd_edit.max_multiple eq '' ) or ( $cd_edit.max_multiple > 0 and $cd_edit.max_multiple >= $cgCount ) ) } - + {if $skipTitle} + {* We don't yet support adding new records in inline-edit forms *} +
+ {ts 1=$cd_edit.title}Click "Edit Contact" to add more %1 records{/ts} +
+ {else} + + {/if} {/if}
{/foreach} -- 2.25.1