diff options
Diffstat (limited to 'templates/mime/flv/view.tpl')
| -rw-r--r-- | templates/mime/flv/view.tpl | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/templates/mime/flv/view.tpl b/templates/mime/flv/view.tpl index c050708..1a0682c 100644 --- a/templates/mime/flv/view.tpl +++ b/templates/mime/flv/view.tpl @@ -33,13 +33,6 @@ {formfeedback error="{tr}The Video could not be processed. You can upload a different version of the film or simply leave as is.{/tr}"} {/if} -<div class="row"> - {formlabel label="Uploaded by" for=""} - {forminput} - {displayname user_id=$attachment.user_id} - {/forminput} -</div> - {if $attachment.meta.duration} <div class="row"> {formlabel label="Duration" for=""} @@ -49,22 +42,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} |
