Fixed scheduling tool title
authorAlan Jack Pippin <ajp@pippin.(none)>
Mon, 11 Jun 2007 14:34:08 +0000 (08:34 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Mon, 11 Jun 2007 14:34:08 +0000 (08:34 -0600)
inc/class.eq.inc.php

index 61a5c8a302800be3e35136018a4597dc16a4df50..7890ba1c6f2fd619f3c8fa10fa1bb73347abab1b 100644 (file)
@@ -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;