From 0a004be3c13ad951a7c27f0fd56e36829848be22 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 14 Sep 2018 15:00:59 -0400 Subject: [PATCH] JBAS-2103 Rainbow combo card; label updates Signed-off-by: Bill Erickson --- KCLS/openils/var/templates_kcls/opac/register.tt2 | 19 +++++++++++++++++-- .../web/images/patron_cards/2018_Pride_Combo.png | Bin 0 -> 41933 bytes 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 Open-ILS/web/images/patron_cards/2018_Pride_Combo.png diff --git a/KCLS/openils/var/templates_kcls/opac/register.tt2 b/KCLS/openils/var/templates_kcls/opac/register.tt2 index 6ae3e7fb68..81acf0a813 100644 --- a/KCLS/openils/var/templates_kcls/opac/register.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/register.tt2 @@ -41,8 +41,11 @@ wallet_cards = [ # 'Card_Pride', '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 = []; +keychain_cards = ['2018_Pride_Combo']; MACRO input_field(fclass, fname, label, type, css_class, value) BLOCK; field_path = fclass _ "." _ fname; @@ -338,13 +341,22 @@ END; # input_field()
  • - +
  • + +
  • + + +
  • @@ -372,7 +384,10 @@ END; # input_field()