Bugzilla – Attachment 159778 Details for
Bug 35554
Authority search popup is only 700px
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35554: Authority search popup width 800px
Bug-35554-Authority-search-popup-width-800px.patch (text/plain), 1.28 KB, created by
Fridolin Somers
on 2023-12-12 19:59:57 UTC
(
hide
)
Description:
Bug 35554: Authority search popup width 800px
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-12-12 19:59:57 UTC
Size:
1.28 KB
patch
obsolete
>From d0d2ebb1c5d2032378ed8213ecb4c5e5aaf23c2d Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 12 Dec 2023 09:57:36 -1000 >Subject: [PATCH] Bug 35554: Authority search popup width 800px > >Authority search popup is only 700 pixels width. >Most popups use 800 pixels, like the z3950 one. > >Test plan : >1) Edit a biblio record >2) Click on value builder in a field linked to authority (ie 700) >3) Check popup is 800 pixels wide >--- > .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 3f09598fa1..9dbfbce50a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -487,7 +487,7 @@ $(document).ready(function(){ > > function Dopop(link,i) { > defaultvalue = document.getElementById(i).value; >- window.open(link+"&result="+defaultvalue,"valuebuilder",'width=700,height=550,toolbar=false,scrollbars=yes'); >+ window.open(link+"&result="+defaultvalue,"valuebuilder",'width=800,height=550,toolbar=false,scrollbars=yes'); > } > > /** >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35554
:
159778
|
160640
|
161387
|
162295
|
162317