summaryrefslogtreecommitdiff
path: root/templates/mime/audio/view.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mime/audio/view.tpl')
-rw-r--r--templates/mime/audio/view.tpl18
1 files changed, 1 insertions, 17 deletions
diff --git a/templates/mime/audio/view.tpl b/templates/mime/audio/view.tpl
index 04260d0..5821a72 100644
--- a/templates/mime/audio/view.tpl
+++ b/templates/mime/audio/view.tpl
@@ -59,21 +59,5 @@
</div>
{/if}
-{if $attachment.download_url}
- <div class="row">
- {formlabel label="Filename" for=""}
- {forminput}
- <a href="{$attachment.download_url}">{$attachment.filename|escape}</a> <small>({$attachment.mime_type})</small>
- {/forminput}
- </div>
-
- <div class="row">
- {formlabel label="Filesize" for=""}
- {forminput}
- {$attachment.file_size|display_bytes}
- {/forminput}
- </div>
-{/if}
-
-{attachhelp legend=1 hash=$attachment}
+{include file=bitpackage:liberty/mime_meta_inc.tpl}
{/strip}