Bugzilla – Attachment 172615 Details for
Bug 30221
Make the tables on opac-user.tt column configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30221: clean unused code in opac-user.tt
Bug-30221-clean-unused-code-in-opac-usertt.patch (text/plain), 1.69 KB, created by
Lucas Gass (lukeg)
on 2024-10-10 14:40:38 UTC
(
hide
)
Description:
Bug 30221: clean unused code in opac-user.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-10-10 14:40:38 UTC
Size:
1.69 KB
patch
obsolete
>From 809f35f09d2a87ae9b072a692fee8648a7e0364d Mon Sep 17 00:00:00 2001 >From: Arthur Suzuki <arthur.suzuki@biblibre.com> >Date: Mon, 7 Oct 2024 11:16:03 +0200 >Subject: [PATCH] Bug 30221: clean unused code in opac-user.tt > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 9 --------- > 1 file changed, 9 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 6fed55e28ce..db864908cee 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -1097,15 +1097,6 @@ > <script> > var AR_CAPTION_COUNT = _("(%s total)"); > >- >- function tableInit( tableId ){ >- if( tableId == "checkoutst" ){ >- $(".dt-buttons").append("<button type=\"button\" class=\"dt-button buttons-ical\" id=\"buttons-ics\">iCal</button> "); >- [% IF ( OpacRenewalAllowed && canrenew && !userdebarred ) %] >- $(".dt-buttons").append("<button id=\"renewselected_link\" class=\"dt-button buttons-renew\"><i class=\"fa fa-check\" aria-hidden=\"true\"></i> "+_("Renew selected")+"</button> <button id=\"renewall_link\" class=\"dt-button buttons-renewall\"><span class=\"fa-stack\"><i class=\"fa fa-check fa-stack-1x\" aria-hidden=\"true\"></i><i class=\"fa fa-check fa-stack-1x\" aria-hidden=\"true\"></i></span> "+_("Renew all")+"</button>"); >- [% END %] >- } >- } > $(document).ready(function(){ > [% IF ( opac_user_holds ) %] > $("#opac-user-views a[href='#opac-user-holds_panel']").tab("show"); >-- >2.39.2
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 30221
:
172214
|
172451
|
172452
|
172453
|
172454
|
172455
|
172456
|
172581
|
172610
|
172611
|
172613
| 172615 |
172616
|
172618
|
172620
|
174014
|
174015
|
174016
|
174046
|
174047
|
174048