From acd44a72920b9fb87baebbe81bf1f83a24ab6ea0 Mon Sep 17 00:00:00 2001 From: Alan Pippin Date: Tue, 26 Oct 2010 19:05:14 -0600 Subject: [PATCH] Fixed path to jsquery.js --- inc/class.tc.inc.php | 3 ++- templates/default/ht_sandbox.tpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index c3a2b79..ac36a1e 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -412,7 +412,8 @@ class tc $this->t->set_block('ht_sandbox_t','companionship_table_list','ct_list'); $this->t->set_var('submit_action',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ht_sandbox&action=add')); - + $this->t->set_var('jquery_url',$GLOBALS['phpgw']->link('inc/jquery.js')); + $action = get_var('action',array('GET','POST')); $this->t->set_var('title','Hometeaching Sandbox'); diff --git a/templates/default/ht_sandbox.tpl b/templates/default/ht_sandbox.tpl index 7088901..9c4c7b5 100644 --- a/templates/default/ht_sandbox.tpl +++ b/templates/default/ht_sandbox.tpl @@ -1,6 +1,6 @@
- +