X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FForm%2Fattachment.tpl;h=97640108f5b99c7a006a39e97d55408e9e1a1038;hb=017f329569133bc6447bc5fa5cf9eb521e390e08;hp=a597de573c2ad84b380297dcc9080c4237d646bd;hpb=4a143c04038bf9a78a79c8e3f0e1e9d0b022f287;p=civicrm-core.git diff --git a/templates/CRM/Form/attachment.tpl b/templates/CRM/Form/attachment.tpl index a597de573c..97640108f5 100644 --- a/templates/CRM/Form/attachment.tpl +++ b/templates/CRM/Form/attachment.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -49,7 +49,7 @@ {capture assign=attachTitle}{ts}Attachment(s){/ts}{/capture} {/if} {if !$noexpand} -
+
{$attachTitle}
@@ -64,7 +64,7 @@ {$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} Each file must be less than {$config->maxFileSize}M in size. You can also add a short description. + {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} @@ -102,12 +102,11 @@ {ts}Current Attachment(s){/ts} {foreach from=$currentAttachmentInfo key=attKey item=attVal} -
-
- {$attVal.cleanName} +
+ {$attVal.cleanName} {if $attVal.description} - {$attVal.description}{/if} {if $attVal.deleteURLArgs} - + {/if} {if !empty($attVal.tag)}
@@ -120,8 +119,7 @@   - {$form.is_delete_attachment.html} {$form.is_delete_attachment.label}
- {ts}Click the red trash-can next to a file name to delete a specific attachment. If you want to delete ALL attachments, check the box above and click Save.{/ts} + {$form.is_delete_attachment.html} {$form.is_delete_attachment.label} {/if} @@ -129,15 +127,6 @@
- {if !$noexpand} - {literal} - - {/literal} - {/if} {literal}