@@ -, +, @@ --- .../bug_2093_-_add_OPACUserSummary_syspref.sql | 1 + installer/data/mysql/sysprefs.sql | 1 + .../prog/en/modules/admin/preferences/opac.pref | 6 +++++ .../opac-tmpl/bootstrap/en/modules/opac-main.tt | 26 +++++++++++++++++++++- opac/opac-main.pl | 21 +++++++++++++++++ 5 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 installer/data/mysql/atomicupdate/bug_2093_-_add_OPACUserSummary_syspref.sql --- a/installer/data/mysql/atomicupdate/bug_2093_-_add_OPACUserSummary_syspref.sql +++ a/installer/data/mysql/atomicupdate/bug_2093_-_add_OPACUserSummary_syspref.sql @@ -0,0 +1, @@ +INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) VALUES ('OPACUserSummary', 1, NULL, "Show the summary of a logged in user's checkouts, overdues, holds and fines on the mainpage", 'YesNo'); --- a/installer/data/mysql/sysprefs.sql +++ a/installer/data/mysql/sysprefs.sql @@ -386,6 +386,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('OPACUserCSS','',NULL,'Add CSS to be included in the OPAC in an embedded