Adding 75-year card to patron self-register
authorBill Erickson <berickxx@gmail.com>
Mon, 27 Feb 2017 19:11:39 +0000 (14:11 -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/2017_75_Years.png [new file with mode: 0644]

index 0208bbf..82618fd 100644 (file)
@@ -14,6 +14,7 @@ ctx_org = ctx.physical_loc || ctx.search_ou || ctx.aou_tree.id;
 # TODO put these on the EG server?
 card_url = '/images/patron_cards/';
 wallet_cards = [
+  '2017_75_Years',
   'Card_blank', 
   '2016_12_Card_Blue', 
   '2016_Dog_Card',
@@ -141,6 +142,11 @@ END; # input_field()
   height:123px;
 }
 */
+
+#wallet-cards {
+  /* force 2 cards per row */
+  width: 500px;
+}
 .mailing-address-hidden {
   display:none;
 }
diff --git a/Open-ILS/web/images/patron_cards/2017_75_Years.png b/Open-ILS/web/images/patron_cards/2017_75_Years.png
new file mode 100644 (file)
index 0000000..ec61855
Binary files /dev/null and b/Open-ILS/web/images/patron_cards/2017_75_Years.png differ