Bugzilla – Attachment 166490 Details for
Bug 26567
Allow to limit subscription search to subscriptions with routing lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26567: (follow-up) Update label and add check for RoutingSerials
Bug-26567-follow-up-Update-label-and-add-check-for.patch (text/plain), 2.08 KB, created by
Marcel de Rooy
on 2024-05-10 06:21:55 UTC
(
hide
)
Description:
Bug 26567: (follow-up) Update label and add check for RoutingSerials
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-05-10 06:21:55 UTC
Size:
2.08 KB
patch
obsolete
>From 6cfd65f808ce9a9f4ddbe8ff54cda269b792cfbc Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Mon, 5 Feb 2024 10:20:04 +0000 >Subject: [PATCH] Bug 26567: (follow-up) Update label and add check for > RoutingSerials >Content-Type: text/plain; charset=utf-8 > >The system preference RoutingSerials controls if the routing list >feature is available in the staff interface or not. If routing lists >are deactivated, the search option should not show. > >Also updated the label to read: "Has routing list" > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../intranet-tmpl/prog/en/includes/serials-advsearch.inc | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc >index 84b9eed7cb..4a685642d4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc >@@ -1,3 +1,4 @@ >+[% USE Koha %] > [% PROCESS 'html_helpers.inc' %] > <div id="advsearch" style="padding-bottom:3em;"> > <form action="/cgi-bin/koha/serials/serials-search.pl" method="get"> >@@ -50,10 +51,12 @@ > <label for="to">Expires before:</label> > <input type="text" id="to" name="expiration_date_filter" value="[% expiration_date_filter | html %]" size="10" maxlength="10" class="flatpickr" /> > </li> >- <li class="local"> >- <label for="routinglist">Search routing lists only:</label> >+ [% IF Koha.Preference( 'RoutingSerials' ) %] >+ <li class="local"> >+ <label for="routinglist">Has routing list:</label> > <input type="checkbox" id="routinglist" name="routinglist" /> >- </li> >+ </li> >+ [% END %] > > [% INCLUDE 'additional-fields-entry.inc' available=additional_fields_for_subscription values=additional_field_filters wrap_fieldset=0 %] > </ol> >-- >2.30.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 26567
:
160094
|
160095
|
161617
|
161618
|
161718
|
161750
|
161751
|
166489
|
166490
|
166491
|
166492