diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-14 15:29:24 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-14 15:29:24 +0000 |
| commit | b57e8f4610196b16354cbd81c9c02b8591340bc7 (patch) | |
| tree | bfb07d74e2a8d2138f0124f6875fcd05c1d61bc1 /templates/attachments.tpl | |
| parent | 2484e4ca75b94faf00659415bbc518768935c111 (diff) | |
| download | liberty-b57e8f4610196b16354cbd81c9c02b8591340bc7.tar.gz liberty-b57e8f4610196b16354cbd81c9c02b8591340bc7.tar.bz2 liberty-b57e8f4610196b16354cbd81c9c02b8591340bc7.zip | |
replace contents of modifier.display_bytes.php with modifier.kbsize.php and use that instead since it's a better name for the function
Diffstat (limited to 'templates/attachments.tpl')
| -rw-r--r-- | templates/attachments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/attachments.tpl b/templates/attachments.tpl index e4e3db8..60ff9ad 100644 --- a/templates/attachments.tpl +++ b/templates/attachments.tpl @@ -61,7 +61,7 @@ <td> {tr}Owner{/tr}: {displayname hash=$attachment} <br /> - {tr}Size{/tr}: {$attachment.file_size|kbsize} + {tr}Size{/tr}: {$attachment.file_size|display_bytes} <br /> {tr}Wiki plugin link{/tr}: {$attachment.wiki_plugin_link} </td> |
