From 6fa2b030975632b379c5a70cc4c0b9add2bf1ea7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 25 Jun 2010 09:48:20 -0400 Subject: [PATCH] Fix for Bug 4909 - extra > in path on contracts pages The logic for displaying a useful title did not take all cases into account. This patch adds the missing case. The patch also fixes problems with the "Cancel" link on update and delete operations. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/admin/aqcontract.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tmpl index 43ffa38705..20c79e397c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tmpl @@ -4,6 +4,7 @@ Modify contract '' New contract +Contracts of Data recorded Confirm Deletion of Contract '' Contract Deleted @@ -167,7 +168,7 @@ function Check(ff) { " /> " /> - Cancel + &contractnumber=">Cancel @@ -210,7 +211,7 @@ function Check(ff) { - ?op=add_form&contractnumber="> + ?op=add_form&booksellerid=&contractnumber="> -- 2.39.2