Bugzilla – Attachment 72253 Details for
Bug 20291
Add a StaffLoginInstructions system preference to add text to the staff client login box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20291: (follow-up) Add sysprefs.sql changes
Bug-20291-follow-up-Add-sysprefssql-changes.patch (text/plain), 1.74 KB, created by
Nick Clemens (kidclamp)
on 2018-02-27 10:47:24 UTC
(
hide
)
Description:
Bug 20291: (follow-up) Add sysprefs.sql changes
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-02-27 10:47:24 UTC
Size:
1.74 KB
patch
obsolete
>From b0274955ff3ca057057b50e871ab8d7230fad9f6 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 27 Feb 2018 10:45:46 +0000 >Subject: [PATCH] Bug 20291: (follow-up) Add sysprefs.sql changes > >--- > installer/data/mysql/sysprefs.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 76bb2cc..5f7c091 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -510,6 +510,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('staffClientBaseURL','',NULL,'Specify the base URL of the staff client starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)','free'), > ('StaffDetailItemSelection', '1', NULL, 'Enable item selection in record detail page', 'YesNo'), > ('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff client','Choice'), >+('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff client','Free'), > ('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), > ('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the Staff client','Integer'), > ('StaticHoldsQueueWeight','0',NULL,'Specify a list of library location codes separated by commas -- the list of codes will be traversed and weighted with first values given higher weight for holds fulfillment -- alternatively, if RandomizeHoldsQueueWeight is set, the list will be randomly selective','Integer'), >-- >2.1.4
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 20291
:
72174
|
72204
|
72253
|
73370
|
73371
|
73413
|
73435