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 | aeae024dac751cce46cf9a52533a4a712ce58c00 (patch) | |
| tree | 83296d152a2f4e437142aab6b865bdc3c20bd366 /templates | |
| parent | 3791e5cc0bf353308287db53f233cdb4db6f3489 (diff) | |
| download | messages-aeae024dac751cce46cf9a52533a4a712ce58c00.tar.gz messages-aeae024dac751cce46cf9a52533a4a712ce58c00.tar.bz2 messages-aeae024dac751cce46cf9a52533a4a712ce58c00.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')
| -rw-r--r-- | templates/mailbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mailbox.tpl b/templates/mailbox.tpl index 3fb0005..1286e13 100644 --- a/templates/mailbox.tpl +++ b/templates/mailbox.tpl @@ -40,7 +40,7 @@ {if $items[user].is_broadcast_message} <small>[{tr}broadcast{/tr}]</small>{/if} </td> <td style="text-align:right;">{$items[user].msg_date|bit_short_datetime}</td> - <td style="text-align:right;">{$items[user].len|kbsize}</td> + <td style="text-align:right;">{$items[user].len|display_bytes}</td> </tr> {sectionelse} <tr class="norecords"><td colspan="6">{tr}No messages to display{/tr}</td></tr> |
