diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-19 23:29:08 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-19 23:29:08 +0000 |
| commit | 5a52095e25cf0142a4e2fef4e7a15ee058a5e4ce (patch) | |
| tree | 999065817f5d52ce6541d7b5173a0f674f76171d /templates/calendar.tpl | |
| parent | 764e40424ce37aecbfcbcccf6cb19ae30c0f1c8d (diff) | |
| download | calendar-5a52095e25cf0142a4e2fef4e7a15ee058a5e4ce.tar.gz calendar-5a52095e25cf0142a4e2fef4e7a15ee058a5e4ce.tar.bz2 calendar-5a52095e25cf0142a4e2fef4e7a15ee058a5e4ce.zip | |
change layout slightly to simplify styling and allow display:block for links
Diffstat (limited to 'templates/calendar.tpl')
| -rw-r--r-- | templates/calendar.tpl | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 3f2a7d1..7d40c6b 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.13 2005/08/19 19:34:15 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.14 2005/08/19 23:29:08 squareing Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} @@ -82,7 +82,7 @@ </table> {/if} - <table class="data"> + <table class="data {$smarty.session.calendar.view_mode}"> <caption>{tr}Selection: {$focusdate|bit_long_date}{/tr}</caption> {if $smarty.session.calendar.view_mode eq 'day'} <tr> @@ -96,10 +96,8 @@ {section name=hr loop=$hrows[h]} {assign var=over value=$hrows[h][hr].over} <div class="cal cal{$hrows[h][hr].content_type_guid}"> - {$hrows[h][hr].last_modified|date_format:"%H:%M"}: - - <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$cell[w][d].items[items].content_id}" {popup fullhtml="1" text=$over|escape:"javascript"|escape:"html"}> - {$hrows[h][hr].title|default:"..."} + <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$cell[w][d].items[items].content_id}" {popup fullhtml="1" text=$over|escape:"javascript"|escape:"html"}> + {$hrows[h][hr].last_modified|date_format:"%H:%M"} {$hrows[h][hr].title|default:"..."} </a> </div> {/section} |
