@@ -, +, @@ --- .../prog/en/modules/admin/preferences/opac.pref | 8 ++++ koha-tmpl/opac-tmpl/prog/en/css/opac.css | 11 +++++ .../opac-tmpl/prog/en/modules/opac-reserve.tt | 41 +++++++++++++++++++- opac/opac-reserve.pl | 8 +++- 4 files changed, 64 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -399,6 +399,14 @@ OPAC: yes: Display no: Don't display - the list of authors/subjects in a popup for a combined search on OPAC detail pages. + - + - pref: OpacShowHoldNotes + default: 0 + choices: + yes: Allow + no: Do not allow + - users to add a note when placing a hold. + Policy: - - pref: singleBranchMode --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ a/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2781,6 +2781,7 @@ div.authorizedheading { width: 75%; } + .contentblock { position: relative; margin-left: 2em; @@ -2920,3 +2921,13 @@ a.reviewlink,a.reviewlink:visited { .idbresult img { padding-right: 6px; } + +.notesrow label { + font-weight: bold; +} +.notesrow span { + display: block; +} +.notesrow textarea { + width: 100%; +} --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -4,6 +4,9 @@