Bugzilla – Attachment 173707 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), 2.96 KB, created by
Owen Leonard
on 2024-10-30 10:32:09 UTC
(
hide
)
Description:
Bug 38293: (alternate) Fix setting branch-level JS and CSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-10-30 10:32:09 UTC
Size:
2.96 KB
patch
obsolete
>From ec47f12448389d45ac94bfa5edbfde26e5b8a45f 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> >--- > 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