Bugzilla – Attachment 79117 Details for
Bug 13406
Add classes to MARC Authority display to enable CSS styling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13406: (RM follow-up) Add missing filter
Bug-13406-RM-follow-up-Add-missing-filter.patch (text/plain), 1.27 KB, created by
Nick Clemens (kidclamp)
on 2018-09-19 14:36:21 UTC
(
hide
)
Description:
Bug 13406: (RM follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-09-19 14:36:21 UTC
Size:
1.27 KB
patch
obsolete
>From 10a4d742ed51f4d49dc959f270f50401ff8bf241 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 19 Sep 2018 14:35:41 +0000 >Subject: [PATCH] Bug 13406: (RM follow-up) Add missing filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >index 00da448..ac2b684 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >@@ -67,7 +67,7 @@ > <div class="tag_title"> > <span class="tag_num">[% innerloo.tag_number | html %]</span> > [% IF (innerloo.defined("ind1") ) %] >- <span class="tag_ind1">[% innerloo.ind1 %]</span><span class="tag_ind2">[% innerloo.ind2 | html %]</span> >+ <span class="tag_ind1">[% innerloo.ind1 | html %]</span><span class="tag_ind2">[% innerloo.ind2 | html %]</span> > [% END %] > [% IF (innerloo.tag_desc) %]<span class="dashwrapper"> -</span> <span class="tag_desc">[% innerloo.tag_desc | html %]</span>[% END %] > </div> >-- >2.1.4
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 13406
:
78995
|
78996
|
78999
|
79026
|
79053
|
79054
| 79117 |
79173