From 3b7806a36480c091d1ce5943c92495049b34bac7 Mon Sep 17 00:00:00 2001 From: btoumi Date: Wed, 7 Jun 2006 10:15:58 +0000 Subject: [PATCH] bug fix: change bad name of function translate template in english ( i hope it's right :=)) delete call to css change size of popup window --- .../prog/en/includes/javascript/members.js | 4 +- .../prog/en/members/borrowers_details.tmpl | 48 ++++++++++--------- members/borrowers_details.pl | 2 +- 3 files changed, 29 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/javascript/members.js b/koha-tmpl/intranet-tmpl/prog/en/includes/javascript/members.js index 096c23c73b..c6f91fc2e1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/javascript/members.js +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/javascript/members.js @@ -157,12 +157,12 @@ if (nav< document.form.step.value) { } function Dopop(link) { // // var searchstring=document.form.value[i].value; - newin=window.open(link,"popup",'width=500,height=250,resizable=no,toolbar=false,scrollbars=no,top'); + newin=window.open(link,'popup','width=600,height=400,resizable=no,toolbar=false,scrollbars=no,top'); } function Dopopguarantor(link) { - newin=window.open(link,"popup",'width=600,height=400,resizable=no,toolbar=false,scrollbars=no,top'); + newin=window.open(link,'popup','width=600,height=400,resizable=no,toolbar=false,scrollbars=no,top'); } diff --git a/koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl b/koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl index 9aca6d201e..158fed027a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl @@ -1,59 +1,63 @@ -VISUALISATION LECTEUR +BORROWER DETAILS /includes/common-style.css">
-

VISUALISATION LECTEUR

+

BORROWER DETAILS

-

+

- - + " >

-

+

- + " >

-

- +

+ " >

-

- - -

-

+

+ " > + +

+

+ " >

-

+

- - -

-

+ "> - ">

+

+ + "> +

+ + + + -

+

- fermer la fenêtre + Close Window

diff --git a/members/borrowers_details.pl b/members/borrowers_details.pl index ed96b9305e..33426e055d 100644 --- a/members/borrowers_details.pl +++ b/members/borrowers_details.pl @@ -63,7 +63,7 @@ my $category_type=$input->param('category_type'); $data=borrdata('',$borrowernumber); %data=%$data; } - my ($category_type,$description) = checkcategorytype($data{'categorycode'}); + my ($category_type,$description) = getcategorytype($data{'categorycode'}); $template->param( borrowernumber => $borrowernumber,#register number #transform value in capital or capital for first letter of the word -- 2.20.1