JBAS-2174 Dog/Yeti combo self-reg cards
authorBill Erickson <berickxx@gmail.com>
Thu, 17 Jan 2019 21:35:52 +0000 (16:35 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/openils/var/templates_kcls/opac/register.tt2
Open-ILS/web/images/patron_cards/2018_Pride_Combo.png
Open-ILS/web/images/patron_cards/2018_Slug.png
Open-ILS/web/images/patron_cards/2019_Dog_Combo.png [new file with mode: 0644]
Open-ILS/web/images/patron_cards/2019_Sasquatch_Combo.png [new file with mode: 0644]

index ef060d9..97fbc5f 100644 (file)
@@ -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; 
index 742a432..af71ddd 100644 (file)
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
index 7abd2e8..c0461db 100644 (file)
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 (file)
index 0000000..edb2c48
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 (file)
index 0000000..c527ad2
Binary files /dev/null and b/Open-ILS/web/images/patron_cards/2019_Sasquatch_Combo.png differ