Bugzilla – Attachment 173726 Details for
Bug 38293
Cannot add Specific OPAC JS or CSS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38293: (alternate) Fix setting branch-level JS and CSS
Bug-38293-alternate-Fix-setting-branch-level-JS-an.patch (text/plain), 3.01 KB, created by
David Nind
on 2024-10-30 16:31:23 UTC
(
hide
)
Description:
Bug 38293: (alternate) Fix setting branch-level JS and CSS
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-10-30 16:31:23 UTC
Size:
3.01 KB
patch
obsolete
>From 898b3c348207118aad258e4d69fccbcc6c051d63 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 29 Oct 2024 23:10:22 +0000 >Subject: [PATCH] Bug 38293: (alternate) Fix setting branch-level JS and CSS > >Test plan: >1. Apply the patch >2. Go to http://localhost:8081/cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=CPL >3. Scroll to bottom of the page and click "Edit" then "Collapse" next > to Specific OPAC JS and Specific OPAC CSS > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 35c27cac57..cdf73a5b86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -353,17 +353,17 @@ > <li> > <label for="opacuserjs">Specific OPAC JS: </label> > <div style="display:flex; flex-direction:column;"> >- <a class="expand-textarea" id="expand_opacuserjs" data-bs-target="opacuserjs" data-syntax="javascript" href="#">Edit</a> >+ <a class="expand-textarea" id="expand_opacuserjs" data-target="opacuserjs" data-syntax="javascript" href="#">Edit</a> > <textarea style="display:none" name="opacuserjs" id="opacuserjs" class="codemirror" rows="10" cols="40">[% library.opacuserjs | html %]</textarea> >- <a class="collapse-textarea" id="collapse_opacuserjs" data-bs-target="opacuserjs" data-syntax="javascript" style="display:none" href="#">Collapse</br></a> >+ <a class="collapse-textarea" id="collapse_opacuserjs" data-target="opacuserjs" data-syntax="javascript" style="display:none" href="#">Collapse</br></a> > </div> > </li> > <li> > <label for="opacusercss">Specific OPAC CSS: </label> > <div style="display:flex; flex-direction:column;"> >- <a class="expand-textarea" id="expand_opacusercss" data-bs-target="opacusercss" data-syntax="css" href="#">Edit</a> >+ <a class="expand-textarea" id="expand_opacusercss" data-target="opacusercss" data-syntax="css" href="#">Edit</a> > <textarea style="display:none" name="opacusercss" id="opacusercss" class="" rows="10" cols="40">[% library.opacusercss | html %]</textarea> >- <a class="collapse-textarea" id="collapse_opacusercss" data-bs-target="opacusercss" data-syntax="css" style="display:none" href="#">Collapse</br></a> >+ <a class="collapse-textarea" id="collapse_opacusercss" data-target="opacusercss" data-syntax="css" style="display:none" href="#">Collapse</br></a> > </div> > </li> > </ol> >-- >2.39.5
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 38293
:
173697
|
173698
|
173707
|
173726
|
173737