From e5086ad471f964105838ad01cc3d0214f5521e35 Mon Sep 17 00:00:00 2001 From: Alan Pippin Date: Mon, 11 Oct 2010 12:32:49 -0600 Subject: [PATCH] Fixed form bug exposed by IE related to not saving pri/notes properly. --- inc/class.tc.inc.php | 3 +++ templates/default/ppi_sched.tpl | 18 ++++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index 5818197..f07b9b9 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -1507,6 +1507,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); } @@ -1616,6 +1618,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; diff --git a/templates/default/ppi_sched.tpl b/templates/default/ppi_sched.tpl index 0fc65bf..191a9a2 100644 --- a/templates/default/ppi_sched.tpl +++ b/templates/default/ppi_sched.tpl @@ -1,5 +1,4 @@
-
@@ -11,11 +10,10 @@ {schedule_ppi_link_title}

- +
-
{title}
@@ -34,14 +32,22 @@     -
+ - +
+
+ + +
+ +     + +
{table_title} @@ -56,10 +62,10 @@     -
+
-- 2.34.1