Bugzilla – Attachment 10203 Details for
Bug 8229
Tabs in marc subfield structure is not shown correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8229: Tabs in marc subfield structure is not shown correctly
SIGNED-OFF-Bug-8229-Tabs-in-marc-subfield-structur.patch (text/plain), 1.61 KB, created by
Owen Leonard
on 2012-06-11 13:27:43 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8229: Tabs in marc subfield structure is not shown correctly
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-06-11 13:27:43 UTC
Size:
1.61 KB
patch
obsolete
>From edfee43eb7e5a68f1af1f2cea9c1cba27f3d52ff Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Mon, 11 Jun 2012 14:24:00 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 8229: Tabs in marc subfield structure is > not shown correctly >Content-Type: text/plain; charset="utf-8" > > - Fixed URLs in marc_subfields_structure.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../en/modules/admin/marc_subfields_structure.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index 6938348..a0177db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -77,9 +77,9 @@ $(document).ready(function() { > <ul> > [% FOREACH loo IN loop %] > [% IF ( loo.new_subfield ) %] >- <li><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl#sub[% loo.urisubfieldcode %]field" title="[% loo.liblibrarian %]">New</a></li> >+ <li><a href="#sub[% loo.urisubfieldcode %]field" title="[% loo.liblibrarian %]">New</a></li> > [% ELSE %] >- <li><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl#sub[% loo.urisubfieldcode %]field" title="[% loo.liblibrarian %]"> >+ <li><a href="#sub[% loo.urisubfieldcode %]field" title="[% loo.liblibrarian %]"> > [% loo.subfieldcode %] > </a></li> > [% END %] >-- >1.7.9.5
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 8229
:
10188
|
10202
| 10203