From: Bill Erickson Date: Fri, 14 Sep 2018 19:00:59 +0000 (-0400) Subject: JBAS-2103 Rainbow combo card; label updates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0a004be3c13ad951a7c27f0fd56e36829848be22;p=working%2FEvergreen.git JBAS-2103 Rainbow combo card; label updates 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 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()