@@ -, +, @@ $ mysql -u kohaadmin -p -D koha SELECT * FROM systempreferences WHERE variable = 'NewsAuthorDisplay'; --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref @@ -15,6 +15,7 @@ Tools: - - "Show the author for news items:" - pref: NewsAuthorDisplay + default: none choices: none: "Not at all" opac: "OPAC only" --