diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-12-19 11:36:48 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-12-19 11:36:48 +0000 |
| commit | 65bd452ef29db62892b397177faae0bca8ba6f18 (patch) | |
| tree | b818e6ca3191c21b14bc65aaafd288d09711c4dc /templates/mime | |
| parent | c17c639a39396cded390eb6eff0e398a07b96b39 (diff) | |
| download | liberty-65bd452ef29db62892b397177faae0bca8ba6f18.tar.gz liberty-65bd452ef29db62892b397177faae0bca8ba6f18.tar.bz2 liberty-65bd452ef29db62892b397177faae0bca8ba6f18.zip | |
display whodunnit
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=""} |
