View | Details | Raw Unified | Return to bug 13664
Collapse All | Expand All

(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 331-336 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
331
('OverdueNoticeBcc','','','Email address to bcc outgoing overdue notices sent by email','free'),
331
('OverdueNoticeBcc','','','Email address to bcc outgoing overdue notices sent by email','free'),
332
('OverdueNoticeCalendar',0,NULL,'Take the calendar into consideration when generating overdue notices','YesNo'),
332
('OverdueNoticeCalendar',0,NULL,'Take the calendar into consideration when generating overdue notices','YesNo'),
333
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'),
333
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'),
334
('PasswordStrength','1',NULL,'If ON, display password strength meter','YesNo'),
334
('patronimages','0',NULL,'Enable patron images for the Staff Client','YesNo'),
335
('patronimages','0',NULL,'Enable patron images for the Staff Client','YesNo'),
335
('PatronSelfRegistration','0',NULL,'If enabled, patrons will be able to register themselves via the OPAC.','YesNo'),
336
('PatronSelfRegistration','0',NULL,'If enabled, patrons will be able to register themselves via the OPAC.','YesNo'),
336
('PatronSelfRegistrationAdditionalInstructions','','','A free text field to display additional instructions to newly self registered patrons.','free'),
337
('PatronSelfRegistrationAdditionalInstructions','','','A free text field to display additional instructions to newly self registered patrons.','free'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-1 / +6 lines)
Lines 91-96 Staff Client: Link Here
91
            - pref: SlipCSS
91
            - pref: SlipCSS
92
              class: url
92
              class: url
93
            - on Issue and Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.)
93
            - on Issue and Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.)
94
        -
95
            - pref: PasswordStrength
96
              choices:
97
                 yes: Display
98
                 no: "Don't display"
99
            - password strength indicator in staff client.
94
    Options:
100
    Options:
95
        -
101
        -
96
            - pref: viewMARC
102
            - pref: viewMARC
97
- 

Return to bug 13664