Bugzilla – Attachment 82299 Details for
Bug 15836
Labels: Offer configuration option for splitting call numbers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15836: (follow-up) Fix filters
Bug-15836-follow-up-Fix-filters.patch (text/plain), 1.68 KB, created by
Jonathan Druart
on 2018-11-13 15:06:29 UTC
(
hide
)
Description:
Bug 15836: (follow-up) Fix filters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-11-13 15:06:29 UTC
Size:
1.68 KB
patch
obsolete
>From b52881268ea925896517a803ca25d190f4247c78 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 1 Nov 2018 11:58:33 +0000 >Subject: [PATCH] Bug 15836: (follow-up) Fix filters > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >index f98cf75376..dde1590f5d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >@@ -49,7 +49,7 @@ > <main> > > [% FOR m IN messages %] >- <div class="dialog [% m.type %]"> >+ <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update_source' %] > An error occurred when updating this classification source. >@@ -88,7 +88,7 @@ > [% CASE 'success_on_delete_split_rule' %] > Splitting rule deleted successfully. > [% CASE %] >- [% m.code %] >+ [% m.code | html %] > [% END %] > </div> > [% END %] >@@ -189,7 +189,7 @@ > [% IF routine_name == sort_rule.sort_routine %] > <option value="[% routine_name | html %]" selected="selected">[% routine_name | html %]</option> > [% ELSE %] >- <option value="[% routine_name | html %]">[% routine_name %]</option> >+ <option value="[% routine_name | html %]">[% routine_name | html %]</option> > [% END %] > [% END %] > </select> >-- >2.11.0
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 15836
:
76691
|
76692
|
76693
|
76694
|
76695
|
76696
|
77061
|
77079
|
77306
|
78791
|
78793
|
78795
|
78796
|
78798
|
78799
|
79029
|
80339
|
80340
|
80341
|
80342
|
80343
|
80344
|
80345
|
80346
|
80347
|
80548
|
80549
|
80550
|
80551
|
80552
|
80553
|
80554
|
80555
|
80556
|
81033
|
81034
|
81035
|
81036
|
81037
|
81038
|
81039
|
81040
|
81041
|
81627
|
81628
|
81629
|
81630
|
81631
|
81632
|
81633
|
81634
|
81635
|
82110
|
82112
|
82113
|
82118
|
82119
|
82120
|
82289
|
82290
|
82291
|
82292
|
82293
|
82294
|
82295
|
82296
|
82297
|
82298
| 82299 |
82300
|
82301
|
82302
|
82317
|
82318
|
82319
|
82321