Cancel link updates.

This commit is contained in:
Miles Lott 2001-01-15 02:30:29 +00:00
parent d38960ad7a
commit d0542822f9
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@
$t->set_var("lang_ok",lang("ok"));
$t->set_var("lang_clear",lang("clear"));
$t->set_var("lang_cancel",lang("cancel"));
$t->set_var("cancel_url",$phpgw->link("index.php"));
$t->set_var("cancel_url",$phpgw->link("index.php?sort=$sort&order=$order&filter=$filter&start=$start"));
$t->parse("out","add");
$t->pparse("out","add");

View File

@ -226,7 +226,7 @@
$t->set_var("filter",$filter);
$t->set_var("qfield",$qfield);
$t->set_var("query",$query);
$t->set_var("actionurl",$phpgw->link("add.php"));
$t->set_var("actionurl",$phpgw->link("add.php?sort=$sort&order=$order&filter=$filter&start=$start"));
$t->set_var("start",$start);
$t->set_var("filter",$filter);
$t->set_var("cols",$cols);