Bugzilla – Attachment 146290 Details for
Bug 32658
Use template wrapper in order from staged file template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32658: (follow-up) Use more unique variable name to avoid collisions
Bug-32658-follow-up-Use-more-unique-variable-name-.patch (text/plain), 1.88 KB, created by
Owen Leonard
on 2023-02-06 16:23:34 UTC
(
hide
)
Description:
Bug 32658: (follow-up) Use more unique variable name to avoid collisions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-02-06 16:23:34 UTC
Size:
1.88 KB
patch
obsolete
>From 3cb1a875e134875ec51ed56c291d5d7abb57082d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 6 Feb 2023 16:21:44 +0000 >Subject: [PATCH] Bug 32658: (follow-up) Use more unique variable name to avoid > collisions > >--- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index c856d8442f..3dadaa59c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -71,7 +71,7 @@ > <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform"> > [% WRAPPER tabs id= "tabs" %] > [% WRAPPER tabs_nav %] >- [% WRAPPER tab_item tabname= "records_to_import" active= 1 %] Select to import [% END %] >+ [% WRAPPER tab_item tabname= "records_to_import" bt_active= 1 %] Select to import [% END %] > [% IF items %] > [% WRAPPER tab_item tabname= "items_info" %] Item information [% END %] > [% END %] >@@ -79,7 +79,7 @@ > [% END %] > > [% WRAPPER tab_panels %] >- [% WRAPPER tab_panel tabname= "records_to_import" active= 1 %] >+ [% WRAPPER tab_panel tabname= "records_to_import" bt_active= 1 %] > <div id="searchheader" class="searchheader"> > <div> > <span class="checkall"><a id="checkAll" href="#">Select all</a></span> >-- >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 32658
:
145369
|
145537
|
145568
|
145569
|
146289
|
146290
|
147371
|
147372