Bugzilla – Attachment 145538 Details for
Bug 32660
Use template wrapper for basket groups tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32660: (follow-up) Use more unique variable name to avoid collisions
Bug-32660-follow-up-Use-more-unique-variable-name-.patch (text/plain), 1.47 KB, created by
Owen Leonard
on 2023-01-20 16:25:16 UTC
(
hide
)
Description:
Bug 32660: (follow-up) Use more unique variable name to avoid collisions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-01-20 16:25:16 UTC
Size:
1.47 KB
patch
obsolete
>From 2b1e70247002a10b02448d56b6007cc47c500663 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 20 Jan 2023 16:22:41 +0000 >Subject: [PATCH] Bug 32660: (follow-up) Use more unique variable name to avoid > collisions > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index f4a8f49a70..e298adf7e0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -331,11 +331,11 @@ > > [% WRAPPER tabs id= "basket_groups" %] > [% WRAPPER tabs_nav %] >- [% WRAPPER tab_item tabname= "opened" active= 1 %] Open [% END %] >+ [% WRAPPER tab_item tabname= "opened" bt_active= 1 %] Open [% END %] > [% WRAPPER tab_item tabname= "closed" %] Closed [% END %] > [% END %] > [% WRAPPER tab_panels %] >- [% WRAPPER tab_panel tabname="opened" active= 1 %] >+ [% WRAPPER tab_panel tabname="opened" bt_active= 1 %] > <table id="basket_group_opened"> > <thead> > <tr> >-- >2.20.1
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 32660
:
145371
|
145538
|
145790
|
145791
|
146204
|
146205