From 19b799622a39abc4c5348d247d7cbf42ed3c1f68 Mon Sep 17 00:00:00 2001 From: spiderr Date: Tue, 5 Jul 2011 00:33:13 -0400 Subject: update file_name in mime attachment code --- templates/mime_meta_inc.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/mime_meta_inc.tpl') diff --git a/templates/mime_meta_inc.tpl b/templates/mime_meta_inc.tpl index a8ff434..d0ff071 100644 --- a/templates/mime_meta_inc.tpl +++ b/templates/mime_meta_inc.tpl @@ -10,14 +10,14 @@
{formlabel label="View" for=""} {forminput} - {$attachment.filename} + {$attachment.file_name} {/forminput}
{elseif $attachment.download_url}
{formlabel label="Download" for=""} {forminput} - {$attachment.filename} ({$attachment.mime_type} • {$attachment.file_size|display_bytes}) + {$attachment.file_name} ({$attachment.mime_type} • {$attachment.file_size|display_bytes}) {/forminput}
{/if} -- cgit v1.3