Bugzilla – Attachment 158436 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.80 KB, created by
Katrin Fischer
on 2023-11-05 01:50:38 UTC
(
hide
)
Description:
Bug 33217: Tidy
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-05 01:50:38 UTC
Size:
2.80 KB
patch
obsolete
>From 82bcf2354cd4b8b438c7a3c897a7bec5fc3f00a6 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 > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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