diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-08-22 14:08:56 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-08-22 14:08:56 +0000 |
| commit | 896c73070d24ef417b1d35a6d2970089beefb08c (patch) | |
| tree | 458e7d6ecc99061f1ec202a36ab17867fc70bcef /templates | |
| parent | 16704e97cd9fe122adcc62758bd6b0a39ebae4fa (diff) | |
| download | calendar-896c73070d24ef417b1d35a6d2970089beefb08c.tar.gz calendar-896c73070d24ef417b1d35a6d2970089beefb08c.tar.bz2 calendar-896c73070d24ef417b1d35a6d2970089beefb08c.zip | |
Use date format that shows right time
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar_box.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/calendar_box.tpl b/templates/calendar_box.tpl index ed4385d..20f71e1 100644 --- a/templates/calendar_box.tpl +++ b/templates/calendar_box.tpl @@ -4,9 +4,9 @@ {tr}Content Type{/tr}: {$cellHash.content_description} <small> <br /> - {tr}First created by {displayname login=$cellHash.creator_user real_name=$cellHash.creator_real_name} on {$cellHash.created|date_format:"%d %b %Y, %H:%m"}{/tr} + {tr}First created by {displayname login=$cellHash.creator_user real_name=$cellHash.creator_real_name}<br /> on {$cellHash.created|bit_short_datetime}{/tr} <br /> - {tr}Last modified by {displayname login=$cellHash.modifier_user real_name=$cellHash.modifier_real_name} on {$cellHash.last_modified|date_format:"%d %b %Y, %H:%m"}{/tr} + {tr}Last modified by {displayname login=$cellHash.modifier_user real_name=$cellHash.modifier_real_name}<br /> on {$cellHash.last_modified|bit_short_datetime}{/tr} </small> </div> </div> |
