From b984e2e33ffd495d0cae9abe947764a91b20332a Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 3 Jan 2008 01:31:54 -0600 Subject: [PATCH] more tweaks for tmpl vars. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc index 642fd67b04..ada8cf7d8b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc @@ -14,7 +14,7 @@ function confirm_updatechild() { var is_confirmed = window.confirm('Are you sure you want to update this child to an Adult catergory? This cannot be undone.'); if (is_confirmed) { - window.location='/cgi-bin/koha/members/update-child.pl?op=update&borrowernumber=&catcode='; + window.location='/cgi-bin/koha/members/update-child.pl?op=update&borrowernumber=&catcode=&catcode_multi='; } } @@ -27,7 +27,7 @@ function confirm_reregistration() { function update_child() { var borrowernumbervalue=document.form.borrowernumber.value; - + window.open('update-child.pl?op=multi&borrowernumber=','UpdateChild','width=400,height=300,toolbar=no,scrollbars=no,resizable=yes'); confirm_updatechild(); -- 2.39.5