[Koha-bugs] [Bug 35554] New: Authority search popup is only 700px

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 12 20:56:17 CET 2023


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: koha-bugs at lists.koha-community.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

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.


More information about the Koha-bugs mailing list