From: Bill Erickson Date: Thu, 17 Jan 2019 21:35:52 +0000 (-0500) Subject: JBAS-2174 Dog/Yeti combo self-reg cards X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=182d64d98fb87b5df061664f3896510a4e0b3337;p=working%2FEvergreen.git JBAS-2174 Dog/Yeti combo self-reg cards Signed-off-by: Bill Erickson --- diff --git a/KCLS/openils/var/templates_kcls/opac/register.tt2 b/KCLS/openils/var/templates_kcls/opac/register.tt2 index ef060d9e4f..97fbc5f0c0 100644 --- a/KCLS/openils/var/templates_kcls/opac/register.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/register.tt2 @@ -37,15 +37,20 @@ ctx_org = ctx.physical_loc || ctx.search_ou || ctx.aou_tree.id; card_url = '/images/patron_cards/'; wallet_cards = [ 'Card_blank', - '2016_Dog_Card', +# '2016_Dog_Card', # 'Card_Pride', - '2016_Sasquatch_Card' +# '2016_Sasquatch_Card' ]; # keychain_cards container doubles as the wallet/keychain combo container # If a time comes we need to support both, refactor here and the label # changes for wallet-key combo below. #keychain_cards = ['Keychain_red']; -keychain_cards = ['2018_Pride_Combo', '2018_Slug']; +keychain_cards = [ + '2019_Dog_Combo', + '2018_Pride_Combo', + '2019_Sasquatch_Combo', + '2018_Slug' +]; MACRO input_field(fclass, fname, label, type, css_class, value) BLOCK; field_path = fclass _ "." _ fname; diff --git a/Open-ILS/web/images/patron_cards/2018_Pride_Combo.png b/Open-ILS/web/images/patron_cards/2018_Pride_Combo.png index 742a4320f4..af71ddd0b4 100644 Binary files a/Open-ILS/web/images/patron_cards/2018_Pride_Combo.png and b/Open-ILS/web/images/patron_cards/2018_Pride_Combo.png differ diff --git a/Open-ILS/web/images/patron_cards/2018_Slug.png b/Open-ILS/web/images/patron_cards/2018_Slug.png index 7abd2e8b6d..c0461dbe2c 100644 Binary files a/Open-ILS/web/images/patron_cards/2018_Slug.png and b/Open-ILS/web/images/patron_cards/2018_Slug.png differ diff --git a/Open-ILS/web/images/patron_cards/2019_Dog_Combo.png b/Open-ILS/web/images/patron_cards/2019_Dog_Combo.png new file mode 100644 index 0000000000..edb2c48cba Binary files /dev/null and b/Open-ILS/web/images/patron_cards/2019_Dog_Combo.png differ diff --git a/Open-ILS/web/images/patron_cards/2019_Sasquatch_Combo.png b/Open-ILS/web/images/patron_cards/2019_Sasquatch_Combo.png new file mode 100644 index 0000000000..c527ad2997 Binary files /dev/null and b/Open-ILS/web/images/patron_cards/2019_Sasquatch_Combo.png differ