@@ -, +, @@ pattern for copyrightdate - HTML5 input pattern for copyrightdate was not taking into an account - added title="..." for the year field so the acceptable date format - added an missing option for configuring branch/library as mandatory --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 1 + koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -558,6 +558,7 @@ OPAC: collectiontitle: Collection title place: Publication place itemtype: Item type + branch: Library or branch patronreason: Patron reason note: Note - "
Note: if none of the above options are selected, 'Title' field would be mandatory anyway, by default." --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -42,7 +42,11 @@
  1. -
  2. +
  3. +
    + +
    +
  4. --