Bug 13211: (followup) remove 'masthead' reference
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
e535ffd998
commit
36199881d0
3 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
|
||||||
('finesMode','test','off|test|production','Choose the fines mode, \'off\', \'test\' (emails admin report) or \'production\' (accrue overdue fines). Requires accruefines cronjob.','Choice'),
|
('finesMode','test','off|test|production','Choose the fines mode, \'off\', \'test\' (emails admin report) or \'production\' (accrue overdue fines). Requires accruefines cronjob.','Choice'),
|
||||||
('FRBRizeEditions','0','','If ON, Koha will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'),
|
('FRBRizeEditions','0','','If ON, Koha will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'),
|
||||||
('gist','0','','Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST','Integer'),
|
('gist','0','','Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST','Integer'),
|
||||||
('GoogleIndicTransliteration','0','','GoogleIndicTransliteration on the OPAC Masthead.','YesNo'),
|
('GoogleIndicTransliteration','0','','GoogleIndicTransliteration on the OPAC.','YesNo'),
|
||||||
('GoogleJackets','0',NULL,'if ON, displays jacket covers from Google Books API','YesNo'),
|
('GoogleJackets','0',NULL,'if ON, displays jacket covers from Google Books API','YesNo'),
|
||||||
('hidelostitems','0','','If ON, disables display of\"lost\" items in OPAC.','YesNo'),
|
('hidelostitems','0','','If ON, disables display of\"lost\" items in OPAC.','YesNo'),
|
||||||
('HidePatronName','0','','If this is switched on, patron\'s cardnumber will be shown instead of their name on the holds and catalog screens','YesNo'),
|
('HidePatronName','0','','If this is switched on, patron\'s cardnumber will be shown instead of their name on the holds and catalog screens','YesNo'),
|
||||||
|
|
|
@ -9420,8 +9420,8 @@ if ( CheckVersion($DBversion) ) {
|
||||||
|
|
||||||
$DBversion = "3.17.00.XXX";
|
$DBversion = "3.17.00.XXX";
|
||||||
if ( CheckVersion($DBversion) ) {
|
if ( CheckVersion($DBversion) ) {
|
||||||
$dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('GoogleIndicTransliteration','0','','GoogleIndicTransliteration on the OPAC Masthead.','YesNo')");
|
$dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('GoogleIndicTransliteration','0','','GoogleIndicTransliteration on the OPAC.','YesNo')");
|
||||||
print "Upgrade to $DBversion done (Bug 13211: Added system preferences GoogleIndicTransliteration on the OPAC Masthead)\n";
|
print "Upgrade to $DBversion done (Bug 13211: Added system preferences GoogleIndicTransliteration on the OPAC)\n";
|
||||||
SetVersion($DBversion);
|
SetVersion($DBversion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -159,7 +159,7 @@ OPAC:
|
||||||
choices:
|
choices:
|
||||||
yes: Show
|
yes: Show
|
||||||
no: "Don't show"
|
no: "Don't show"
|
||||||
- GoogleIndicTransliteration on the OPAC masthead.
|
- GoogleIndicTransliteration on the OPAC.
|
||||||
-
|
-
|
||||||
- pref: OpacHighlightedWords
|
- pref: OpacHighlightedWords
|
||||||
choices:
|
choices:
|
||||||
|
|
Loading…
Reference in a new issue