https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35554
Bug ID: 35554
Summary: Authority search popup is only 700px
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Authority search popup is only 700 pixels width.
Most popups use 800 pixels, like the z3950 one :
> git grep 'width=' koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt:
window.open(link+"&result="+defaultvalue,"valuebuilder",'width=700,height=550,toolbar=false,scrollbars=yes');
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt:
window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[%
biblionumber | html
%]"+strQuery,"z3950search",'width=800,height=550,location=yes,toolbar=no,scrollbars=yes,resize=yes');
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt:
window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[%
biblionumber | html
%]"+strQuery,"z3950search",'width=800,height=500,location=yes,toolbar=no,scrollbars=yes,resize=yes');
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt:
window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[%
biblionumber | html
%]"+strQuery,"z3950search",'width=800,height=500,location=yes,toolbar=no,scrollbars=yes,resize=yes');
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/