From d0542822f9ab758a63f583cd51193053ade4198f Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 15 Jan 2001 02:30:29 +0000 Subject: [PATCH] Cancel link updates. --- addressbook/add.php | 2 +- addressbook/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addressbook/add.php b/addressbook/add.php index 4c564e7761..7e3174f9b3 100755 --- a/addressbook/add.php +++ b/addressbook/add.php @@ -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"); diff --git a/addressbook/index.php b/addressbook/index.php index 1ba3a2da78..c43f7147c6 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -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);