Bugzilla – Attachment 147206 Details for
Bug 32215
'You Searched for' for patron restrictions is not used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32215: Remove unused "Your searched for" lines from patron restrictions admin page
Bug-32215-Remove-unused-Your-searched-for-lines-fr.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2023-02-23 09:39:48 UTC
(
hide
)
Description:
Bug 32215: Remove unused "Your searched for" lines from patron restrictions admin page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-23 09:39:48 UTC
Size:
1.31 KB
patch
obsolete
>From 9b39ca271d8383f2496e89acd6542fa2bcffd688 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 20 Feb 2023 23:08:51 +0000 >Subject: [PATCH] Bug 32215: Remove unused "Your searched for" lines from > patron restrictions admin page > >To test: >* Go to administration > patron restrictions >* Search for a specific restrictions >* Verify you can't make the 'You searched for' above the results table show >* Apply patch >* Everything should appear unchanged > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index 5c5e6f53e48..ff749415f94 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -165,9 +165,7 @@ > </div> > > <h1>Patron restrictions</h1> >- [% IF searchfield %] >- You searched for [% searchfield | html %]</span> >- [% END %] >+ > [% IF restrictions %] > <div class="page-section"> > <table id="restriction_types"> >-- >2.25.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 32215
:
146985
|
146986
|
147018
| 147206