diff options
Diffstat (limited to 'templates/mime')
| -rw-r--r-- | templates/mime/flv/view.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/mime/flv/view.tpl b/templates/mime/flv/view.tpl index a3a7bd0..c050708 100644 --- a/templates/mime/flv/view.tpl +++ b/templates/mime/flv/view.tpl @@ -33,6 +33,13 @@ {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=""} |
