Bugzilla – Attachment 143634 Details for
Bug 32005
Spacing between entries in left side navigation on staff catalog detail page is uneven
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32005: Remove stack unordered lists
Bug-32005-Remove-stack-unordered-lists.patch (text/plain), 1.55 KB, created by
Katrin Fischer
on 2022-11-10 10:19:00 UTC
(
hide
)
Description:
Bug 32005: Remove stack unordered lists
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-10 10:19:00 UTC
Size:
1.55 KB
patch
obsolete
>From 7419786fefada6fdc0e4615942dc8bef72afa121 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 8 Nov 2022 16:18:46 +0000 >Subject: [PATCH] Bug 32005: Remove stack unordered lists > >Not sure why, but we had two unordered list elements stacked on top of >each other here instead of just one overall list. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc >index 4ef1173213..97da7d261a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc >@@ -35,8 +35,6 @@ > [% END %] > > [% IF ( subscriptionsnumber ) %]<li><a href="/cgi-bin/koha/serials/serials-search.pl?searched=1&biblionumber=[% biblio_object_id | url %]">Subscriptions ([% subscriptionsnumber | html %])</a></li>[% END %] >-</ul> >-<ul> > [% IF ( issuehistoryview ) %]<li class="active">[% ELSE %]<li>[% END %] > <a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=[% biblio_object_id | url %]" >Checkout history</a></li> > [% IF ( CAN_user_tools_view_system_logs ) %][% IF ( logview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=CATALOGUING&action=MODIFY&object=[% biblio_object_id | url %]&object_type=biblio">Modification log</a> </li>[% END %] >-- >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 32005
:
143447
|
143448
| 143634 |
143635