From: Alan Jack Pippin Date: Mon, 11 Jun 2007 14:34:08 +0000 (-0600) Subject: Fixed scheduling tool title X-Git-Tag: release_0_1_0~37 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=7a92fd777c036652da0b72138ca1cf32da9a9dd8;hp=31b2ff05676015498ff5665f2f5df06d25d84073;p=eq%2F.git Fixed scheduling tool title --- diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index 61a5c8a..7890ba1 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -884,7 +884,7 @@ class eq $this->t->set_var('schedule_ppi_link_title','Schedule Yearly PPIs'); $this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/eq/index.php','menuaction=eq.eq.ppi_sched&action=save')); - $this->t->set_var('title','EQ President Yearly PPIs Scheduler'); + $this->t->set_var('title','Yearly PPIs Scheduler'); $elder_width=500; $phone_width=25; $pri_width=10; $notes_width=128; $ppi_date_width=20; $table_width=$elder_width + $phone_width + $pri_width + $notes_width + $ppi_date_width;