add set_var for new template

This commit is contained in:
bgigon 2004-01-14 12:59:07 +00:00
parent 80d8e7a25e
commit ce2f671f89

View File

@ -541,7 +541,7 @@
), ),
'print' => $print 'print' => $print
); );
//todo
$p = CreateObject('phpgwapi.Template',$this->template_dir); $p = CreateObject('phpgwapi.Template',$this->template_dir);
$p->set_file( $p->set_file(
Array( Array(
@ -2735,6 +2735,8 @@
$date = sprintf('%04d%02d%02d',$year,$month,$day); $date = sprintf('%04d%02d%02d',$year,$month,$day);
$this->link_tpl->set_var('link_link',$this->page('view','&cal_id='.$event['id'].'&date='.$date)); $this->link_tpl->set_var('link_link',$this->page('view','&cal_id='.$event['id'].'&date='.$date));
$this->link_tpl->set_var('lang_view',lang('View this entry')); $this->link_tpl->set_var('lang_view',lang('View this entry'));
$this->link_tpl->set_var('desc', $textdesc);
$this->link_tpl->set_var('location', $textlocation);
$this->link_tpl->parse('picture','link_open',True); $this->link_tpl->parse('picture','link_open',True);
} }
if (!$is_private) if (!$is_private)