X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=inc%2Fclass.tc.inc.php;h=7f2700edac40282d17acb9c66432d995ac87c036;hb=9e3770fc8b3456d646e43fe13f238324f8d85740;hp=b87659f9364913279bd5d2436baae07e33630768;hpb=1a6502e9a30c2fa28a6d251718bbe386b1700c7c;p=eq%2F.git diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index b87659f..7f2700e 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -1524,6 +1524,8 @@ class tc $this->t->set_var('appt_table_data',$appt_table_data); $this->t->set_var('appt_header_row',$appt_header_row); $this->t->set_var('appt_table_width',$appt_table_width); + $this->t->set_var('lang_save','Save Appts for ' . $presidency_name); + $this->t->fp('apptlist','appt_list',True); } @@ -1636,6 +1638,7 @@ class tc $this->t->set_var('completed_header_row',$completed_header_row); $this->t->set_var('completed_table_width',$completed_table_width); $this->t->set_var('completed',$completed_data); + $this->t->set_var('lang_save','Save Pri / Notes'); $this->t->fp('indivlist','individual_list',True); $indivs_width=300; $totals_width=100;