X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FForm%2Fattachment.tpl;h=97640108f5b99c7a006a39e97d55408e9e1a1038;hb=017f329569133bc6447bc5fa5cf9eb521e390e08;hp=183d649567856bf68c140c5dadce2927aab88486;hpb=232624b1bfe3beee7476775b278b9509e1607487;p=civicrm-core.git diff --git a/templates/CRM/Form/attachment.tpl b/templates/CRM/Form/attachment.tpl index 183d649567..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}
@@ -63,8 +63,8 @@ {/if} {$form.attachFile_1.label} - {$form.attachFile_1.html} {$form.attachDesc_1.html}({ts}clear{/ts})
- {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. + {$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}({ts}clear{/ts}) + {$form.$attachName.html} {$form.$attachDesc.html} @@ -95,17 +95,6 @@ {/if} {/section} - {literal} - - {/literal} {/if} {if $currentAttachmentInfo} @@ -113,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)}
@@ -131,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} @@ -140,15 +127,6 @@
- {if !$noexpand} - {literal} - - {/literal} - {/if} {literal}