Bugzilla – Attachment 157797 Details for
Bug 33217
Allow different default sorting when click author links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33217: Tidy
Bug-33217-Tidy.patch (text/plain), 2.69 KB, created by
Nick Clemens (kidclamp)
on 2023-10-25 12:34:09 UTC
(
hide
)
Description:
Bug 33217: Tidy
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-10-25 12:34:09 UTC
Size:
2.69 KB
patch
obsolete
>From 0b5905e1cc7f488be86ec2e9295dff4db6d004d7 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 25 Oct 2023 12:33:05 +0000 >Subject: [PATCH] Bug 33217: Tidy > >--- > C4/XSLT.pm | 32 +++++++++++++++++--------------- > 1 file changed, 17 insertions(+), 15 deletions(-) > >diff --git a/C4/XSLT.pm b/C4/XSLT.pm >index aa0684cc35..458d732d23 100644 >--- a/C4/XSLT.pm >+++ b/C4/XSLT.pm >@@ -86,22 +86,24 @@ sub _get_best_default_xslt_filename { > > sub get_xslt_sysprefs { > my $sysxml = "<sysprefs>\n"; >- foreach my $syspref ( qw/ hidelostitems OPACURLOpenInNewWindow >- DisplayOPACiconsXSLT URLLinkText viewISBD >- OPACBaseURL TraceCompleteSubfields UseICUStyleQuotes >- UseAuthoritiesForTracings TraceSubjectSubdivisions >- Display856uAsImage OPACDisplay856uAsImage >- UseControlNumber IntranetBiblioDefaultView BiblioDefaultView >- OPACItemLocation DisplayIconsXSLT >- AlternateHoldingsField AlternateHoldingsSeparator >- TrackClicks opacthemes IdRef OpacSuppression >- OPACResultsLibrary OPACShowOpenURL >- OpenURLResolverURL OpenURLImageLocation >- OPACResultsMaxItems OPACResultsMaxItemsUnavailable OPACResultsUnavailableGroupingBy >- OpenURLText OPACShowMusicalInscripts OPACPlayMusicalInscripts ContentWarningField >- AuthorLinkSortBy AuthorLinkSortOrder / ) >+ foreach my $syspref ( >+ qw/ hidelostitems OPACURLOpenInNewWindow >+ DisplayOPACiconsXSLT URLLinkText viewISBD >+ OPACBaseURL TraceCompleteSubfields UseICUStyleQuotes >+ UseAuthoritiesForTracings TraceSubjectSubdivisions >+ Display856uAsImage OPACDisplay856uAsImage >+ UseControlNumber IntranetBiblioDefaultView BiblioDefaultView >+ OPACItemLocation DisplayIconsXSLT >+ AlternateHoldingsField AlternateHoldingsSeparator >+ TrackClicks opacthemes IdRef OpacSuppression >+ OPACResultsLibrary OPACShowOpenURL >+ OpenURLResolverURL OpenURLImageLocation >+ OPACResultsMaxItems OPACResultsMaxItemsUnavailable OPACResultsUnavailableGroupingBy >+ OpenURLText OPACShowMusicalInscripts OPACPlayMusicalInscripts ContentWarningField >+ AuthorLinkSortBy AuthorLinkSortOrder / >+ ) > { >- my $sp = C4::Context->preference( $syspref ); >+ my $sp = C4::Context->preference($syspref); > next unless defined($sp); > $sysxml .= "<syspref name=\"$syspref\">$sp</syspref>\n"; > } >-- >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 33217
:
148142
|
148169
|
157795
|
157796
|
157797
|
157818
|
157819
|
157820
|
158434
|
158435
|
158436
|
158437
|
158438