summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-22 18:46:53 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-22 18:46:53 +0000
commit14bb7127c446206fa349e563fb61c47692af65d0 (patch)
treeeb0206115c8921febaaccae4c2b2406510ebd835 /templates
parent896c73070d24ef417b1d35a6d2970089beefb08c (diff)
downloadcalendar-14bb7127c446206fa349e563fb61c47692af65d0.tar.gz
calendar-14bb7127c446206fa349e563fb61c47692af65d0.tar.bz2
calendar-14bb7127c446206fa349e563fb61c47692af65d0.zip
change behaviour of overlib popup
Diffstat (limited to 'templates')
-rw-r--r--templates/calendar.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl
index b4ed9a5..ce5e27d 100644
--- a/templates/calendar.tpl
+++ b/templates/calendar.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.22 2005/08/22 12:06:25 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.23 2005/08/22 18:46:53 squareing Exp $ *}
{strip}
{if !$gBitSystem->isFeatureActive( 'feature_helppopup' )}
@@ -33,7 +33,7 @@
{assign var=over value=$item.over}
<div class="cal cal{$item.content_type_guid}">
{$item.last_modified|bit_date_format:"%R"}: &nbsp;
- <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$item.content_id}" {popup fullhtml="1" text=$over|escape:"javascript"|escape:"html"}>
+ <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$item.content_id}" {popup fullhtml="1" sticky="1" timeout="2500" text=$over|escape:"javascript"|escape:"html"}>
{$item.title|default:"..."}
</a>
</div>
@@ -73,7 +73,7 @@
{foreach from=$day.items item=item}
{assign var=over value=$item.over}
<div class="cal{$item.content_type_guid}">
- <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$item.content_id}" {popup fullhtml="1" text=$over|escape:"javascript"|escape:"html"}>
+ <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$item.content_id}" {popup fullhtml="1" sticky="1" timeout="2500" text=$over|escape:"javascript"|escape:"html"}>
{$item.title|truncate:$trunc:"..."|default:"?"}
</a>
</div>