From 643be985b8c4e78ec2770f5532c5cadd88572b3e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 4 May 2014 19:35:57 -0400 Subject: [PATCH] attachment.tpl - cleanup related to js clear buttons --- templates/CRM/Form/attachment.tpl | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Form/attachment.tpl b/templates/CRM/Form/attachment.tpl index d5df47513d..a15368d324 100644 --- a/templates/CRM/Form/attachment.tpl +++ b/templates/CRM/Form/attachment.tpl @@ -63,8 +63,8 @@ {/if} {$form.attachFile_1.label} - {$form.attachFile_1.html} {$form.attachDesc_1.html}
- {ts}Browse to the file you want to upload.{/ts}{if $maxAttachments GT 1} {ts 1=$maxAttachments}You can have a maximum of %1 attachment(s).{/ts}{/if} {ts 1=$config->maxFileSize}Each file must be less than %1M in size. You can also add a short description.{/ts} + {$form.attachFile_1.html} {$form.attachDesc_1.html} +
{ts}Browse to the file you want to upload.{/ts}{if $maxAttachments GT 1} {ts 1=$maxAttachments}You can have a maximum of %1 attachment(s).{/ts}{/if} {ts 1=$config->maxFileSize}Each file must be less than %1M in size. You can also add a short description.{/ts}
{if $form.tag_1.html} @@ -84,7 +84,7 @@ {$form.attachFile_1.label} - {$form.$attachName.html} {$form.$attachDesc.html} + {$form.$attachName.html} {$form.$attachDesc.html} {$form.$tagElement.label} @@ -129,10 +129,17 @@ {literal} {/literal} {/if} {* edit/add if*} -- 2.25.1