Bugzilla – Attachment 26774 Details for
Bug 6864
add a syspref to allow custom text for OPAC user/pass information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6864 - Corrected alphabetical order of sysprefs.sql
Bug-6864---Corrected-alphabetical-order-of-syspref.patch (text/plain), 2.26 KB, created by
Mark Tompsett
on 2014-04-03 01:14:05 UTC
(
hide
)
Description:
Bug 6864 - Corrected alphabetical order of sysprefs.sql
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-04-03 01:14:05 UTC
Size:
2.26 KB
patch
obsolete
>From f8cc66bd62054a07148ce1da8a9ab2c234238cb6 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 2 Apr 2014 21:12:18 -0400 >Subject: [PATCH] Bug 6864 - Corrected alphabetical order of sysprefs.sql > >Original patch lazily added OpacBelowLoginBox to the end. This puts it in >proper alphabetical order location. >--- > installer/data/mysql/sysprefs.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 27b83d2..a98c459 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -210,6 +210,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('OPACAmazonCoverImages','0','','Display cover images on OPAC from Amazon Web Services','YesNo'), > ('OpacAuthorities','1',NULL,'If ON, enables the search authorities link on OPAC','YesNo'), > ('OPACBaseURL',NULL,NULL,'Specify the Base URL of the OPAC, e.g., opac.mylibrary.com, the http:// will be added automatically by Koha.','Free'), >+('OpacBelowLoginBox','', '30|10','HTML to show under the login box','Textarea'), > ('opacbookbag','1','','If ON, enables display of Cart feature','YesNo'), > ('OpacBrowser','0',NULL,'If ON, enables subject authorities browser on OPAC (needs to set misc/cronjob/sbuild_browser_and_cloud.pl)','YesNo'), > ('OpacBrowseResults','1',NULL,'Disable/enable browsing and paging search results from the OPAC detail page.','YesNo'), >@@ -427,6 +428,5 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), > ('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the path to YUI libraries, choose local if you use koha offline','Choice'), > ('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), >-('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), >-('OpacBelowLoginBox','', '30|10','HTML to show under the login box','Textarea') >+('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') > ; >-- >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 6864
:
5401
|
25714
|
25938
|
26465
|
26774
|
26776
|
26779
|
26780
|
26781
|
26782
|
26783
|
26784