From: Donald A. Lobo Date: Mon, 1 Apr 2013 16:29:08 +0000 (-0700) Subject: CRM-12254 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cbe8b99cf8464898021342bf5603243cc3043a19;p=civicrm-core.git CRM-12254 --- diff --git a/templates/CRM/Contact/Form/Edit/CustomData.tpl b/templates/CRM/Contact/Form/Edit/CustomData.tpl index e8d838b13d..94bd375392 100644 --- a/templates/CRM/Contact/Form/Edit/CustomData.tpl +++ b/templates/CRM/Contact/Form/Edit/CustomData.tpl @@ -95,3 +95,6 @@ {/literal} + +{include file="CRM/Form/attachmentjs.tpl"} + diff --git a/templates/CRM/Custom/Form/CustomData.tpl b/templates/CRM/Custom/Form/CustomData.tpl index 51b99f29ee..2293d581b3 100644 --- a/templates/CRM/Custom/Form/CustomData.tpl +++ b/templates/CRM/Custom/Form/CustomData.tpl @@ -84,3 +84,5 @@ {/if} + +{include file="CRM/Form/attachmentjs.tpl"} diff --git a/templates/CRM/Custom/Form/CustomField.tpl b/templates/CRM/Custom/Form/CustomField.tpl index 67b0caa0fc..4ba37d2514 100644 --- a/templates/CRM/Custom/Form/CustomField.tpl +++ b/templates/CRM/Custom/Form/CustomField.tpl @@ -86,7 +86,7 @@ {$element.element_value.fileName} {/if} {if $element.element_value.deleteURL} - + {/if} diff --git a/templates/CRM/Form/attachment.tpl b/templates/CRM/Form/attachment.tpl index 4648ac684a..262658da93 100644 --- a/templates/CRM/Form/attachment.tpl +++ b/templates/CRM/Form/attachment.tpl @@ -118,7 +118,7 @@ {$attVal.cleanName} {if $attVal.description} - {$attVal.description}{/if} {if $attVal.deleteURLArgs} - + {/if} {if !empty($attVal.tag)}
diff --git a/templates/CRM/Form/attachmentjs.tpl b/templates/CRM/Form/attachmentjs.tpl index 8d61d079ce..c991bbabe3 100644 --- a/templates/CRM/Form/attachmentjs.tpl +++ b/templates/CRM/Form/attachmentjs.tpl @@ -1,11 +1,11 @@