Bugzilla – Attachment 143635 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: Cleanup indenting
Bug-32005-Cleanup-indenting.patch (text/plain), 8.29 KB, created by
Katrin Fischer
on 2022-11-10 10:19:04 UTC
(
hide
)
Description:
Bug 32005: Cleanup indenting
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-10 10:19:04 UTC
Size:
8.29 KB
patch
obsolete
>From 3dad330c2f6702f7095b944a3ea8b279d0cd8ab9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 8 Nov 2022 16:30:24 +0000 >Subject: [PATCH] Bug 32005: Cleanup indenting > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/includes/biblio-view-menu.inc | 161 +++++++++++++----- > 1 file changed, 121 insertions(+), 40 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 97da7d261a..90b3287f1b 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 >@@ -3,44 +3,125 @@ > [% SET biblio_object_id = object || biblionumber || biblio.biblionumber %] > > <div id="menu"> >-<ul> >- [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %] >- <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio_object_id | url %]">Normal</a></li> >- >-[% IF ( can_view_MARC ) %] >-[% IF ( marcview ) %]<li class="active">[% ELSE %]<li>[% END %] >-<a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblio_object_id | url %]">MARC</a></li> >-[% END %] >- >-[% IF ( can_view_labeledMARC ) %] >- [% IF ( labeledmarcview ) %]<li class="active">[% ELSE %]<li>[% END %] >- <a href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblio_object_id | url %]">Labeled MARC</a></li> >-[% END %] >- >-[% IF ( can_view_ISBD ) %] >- [% IF ( isbdview ) %]<li class="active">[% ELSE %]<li>[% END %] >- <a href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblio_object_id | url %]">ISBD</a></li> >-[% END %] >- >- [% IF ( moredetailview ) %]<li class="active">[% ELSE %]<li>[% END %] >- <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio_object_id | url %]">Items</a></li> >- [% IF ( CAN_user_reserveforothers ) %] >- [% IF ( holdsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio_object_id | url %]">Holds ([% Biblio.HoldsCount( biblio_object_id ) | html %])</a></li> >- [% END %] >- [% IF ( EasyAnalyticalRecords ) %][% IF ( analyze ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio_object_id | url %]&analyze=1">Analytics</a></li>[% END %] >- >- [% IF Koha.Preference('ArticleRequests') %] >- [% IF ( article_requests_view ) %]<li class="active">[% ELSE %]<li>[% END %] >- <a href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% IF ( object ) %][% object | uri %][% ELSE %][% biblionumber | uri %][% END %]">Article requests ([% Biblio.ArticleRequestsActiveCount( biblio_object_id ) | html %])</a></li> >- [% 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 %] >-[% 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 %] >-[% IF ( CAN_user_stockrotation_manage_rota_items && Koha.Preference('StockRotation') ) %][% IF ( stockrotationview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/catalogue/stockrotation.pl?biblionumber=[% biblio_object_id | uri %]">Rota</a> </li>[% END %] >- [% IF ( Koha.Preference('UseRecalls') && CAN_user_recalls ) %] >- [% IF ( recallsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/recalls/request.pl?biblionumber=[% biblio_object_id | url %]">Recalls ([% Biblio.RecallsCount( biblio_object_id ) | html %])</a></li> >- [% END %] >-</ul> >+ <ul> >+ [%- IF ( detailview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio_object_id | url %]">Normal</a> >+ </li> >+ >+ [%- IF ( can_view_MARC ) -%] >+ [%- IF ( marcview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblio_object_id | url %]">MARC</a> >+ </li> >+ [%- END -%] >+ >+ [%- IF ( can_view_labeledMARC ) -%] >+ [%- IF ( labeledmarcview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblio_object_id | url %]">Labeled MARC</a> >+ </li> >+ [%- END -%] >+ >+ [%- IF ( can_view_ISBD ) -%] >+ [%- IF ( isbdview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblio_object_id | url %]">ISBD</a> >+ </li> >+ [%- END -%] >+ >+ [%- IF ( moredetailview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio_object_id | url %]">Items</a> >+ </li> >+ >+ [%- IF ( CAN_user_reserveforothers ) -%] >+ [%- IF ( holdsview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio_object_id | url %]">Holds ([% Biblio.HoldsCount( biblio_object_id ) | html %])</a> >+ </li> >+ [%- END -%] >+ >+ [%- IF ( EasyAnalyticalRecords ) -%] >+ [%- IF ( analyze ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio_object_id | url %]&analyze=1">Analytics</a> >+ </li> >+ [%- END -%] >+ >+ [%- IF Koha.Preference('ArticleRequests') -%] >+ [%- IF ( article_requests_view ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% IF ( object ) %][% object | uri %][% ELSE %][% biblionumber | uri %][% END %]">Article requests ([% Biblio.ArticleRequestsActiveCount( biblio_object_id ) | html %])</a> >+ </li> >+ [%- 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 -%] >+ >+ [%- 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 -%] >+ >+ [%- IF ( CAN_user_stockrotation_manage_rota_items && Koha.Preference('StockRotation') ) -%] >+ [%- IF ( stockrotationview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/catalogue/stockrotation.pl?biblionumber=[% biblio_object_id | uri %]">Rota</a> >+ </li> >+ [%- END -%] >+ >+ [%- IF ( Koha.Preference('UseRecalls') && CAN_user_recalls ) -%] >+ [%- IF ( recallsview ) -%] >+ <li class="active"> >+ [%- ELSE -%] >+ <li> >+ [%- END -%] >+ <a href="/cgi-bin/koha/recalls/request.pl?biblionumber=[% biblio_object_id | url %]">Recalls ([% Biblio.RecallsCount( biblio_object_id ) | html %])</a> >+ </li> >+ [%- END -%] >+ </ul> > </div> >-- >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