From 8d02469abfc6160d473ff486b59ea5c7adb83990 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 Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/preferences/opac.pref | 1 + .../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 a328bd73b4..b640783469 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 @@ -565,6 +565,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 cf4dec2f55..3f4234f394 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. -- 2.39.5