From 116f20b7d744a0c195f05608e56633143b68426b Mon Sep 17 00:00:00 2001 From: Jacek Ablewicz Date: Fri, 12 Aug 2016 11:42:48 +0200 Subject: [PATCH] Bug 10848 - [QA Followup] Add missing branch option and fix pattern for copyrightdate - HTML5 input pattern for copyrightdate was not taking into an account the database field type, which is smallint(5) - added title="..." for the year field so the acceptable date format should be displayed as a hint/tooltip in the browser - 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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index b7ae8b7..206c56f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/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." diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt index cf4dec2..3f4234f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -42,7 +42,11 @@
  1. -
  2. +
  3. +
    + +
    +
  4. -- 1.7.10.4