[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Jul 31 18:12:52 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/07/31 16:12:52

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/acqui.simple: addbiblio.tmpl 

Log message:
	Copying minor changes from default: increasing pop-up window sizes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.4.2.22&r2=1.4.2.23

Patches:
Index: addbiblio.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.4.2.22
retrieving revision 1.4.2.23
diff -u -b -r1.4.2.22 -r1.4.2.23
--- addbiblio.tmpl	25 Jul 2006 18:49:23 -0000	1.4.2.22
+++ addbiblio.tmpl	31 Jul 2006 16:12:52 -0000	1.4.2.23
@@ -255,7 +255,7 @@
 }
 function Dopop(link,i) {
 	defaultvalue=document.forms['f'].field_value[i].value;
-	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=550,height=550,toolbar=false,scrollbars=yes');
+	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=700,height=550,toolbar=false,scrollbars=yes');
 }
 
 function PopupZ3950() {
@@ -308,7 +308,7 @@
 //     alert("X"+X);
     Y=X.parentNode.getAttribute("id");
 //     alert("tagid"+Y);
-	newin=window.open("../authorities/auth_finder.pl?authtypecode="+  authtype+ "&tagid="+Y, "value builder",'width=550,height=550,toolbar=false,scrollbars=yes');
+	newin=window.open("../authorities/auth_finder.pl?authtypecode="+  authtype+ "&tagid="+Y, "value builder",'width=700,height=550,toolbar=false,scrollbars=yes');
 }
 
 





More information about the Koha-cvs mailing list