diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-02-26 20:58:26 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-02-26 20:58:26 +0000 |
| commit | 54eda65c27ddd0f5e3b9a35e855fce75f40b9a6a (patch) | |
| tree | c4935d63f4c54488ca053c73edd73124f0f4ee18 /templates | |
| parent | aa8a363241c40180c060b0423db85641275a631f (diff) | |
| download | calendar-54eda65c27ddd0f5e3b9a35e855fce75f40b9a6a.tar.gz calendar-54eda65c27ddd0f5e3b9a35e855fce75f40b9a6a.tar.bz2 calendar-54eda65c27ddd0f5e3b9a35e855fce75f40b9a6a.zip | |
Switch active display of current date between UTC and Local. This will need further work to generate a valid UTC date under all conditions. This mode gets the module and main dates switching correctly.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar_nav_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/calendar_nav_inc.tpl b/templates/calendar_nav_inc.tpl index 36c1d3f..206d669 100644 --- a/templates/calendar_nav_inc.tpl +++ b/templates/calendar_nav_inc.tpl @@ -55,7 +55,7 @@ </td> <td style="text-align:center;"> - <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$smarty.now}&{$url_string}" title="{$smarty.now|bit_long_date}">{tr}Today{/tr}: <strong>{$smarty.now|bit_long_date}</strong></a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$smarty.now}&{$url_string}" title="{$navigation.today|bit_long_date}">{tr}Today{/tr}: <strong>{$navigation.today|bit_long_date} {$navigation.tz_flag}</strong></a> </td> <td rowspan="2" style="text-align:right;"> |
