From 5acbe9ba703015b7ddddd158bc93269fb82b6911 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 7 Jul 2020 10:41:36 -0400 Subject: [PATCH] Quipu Ecard Registration - Squashed for EG 3.10 KCLS Quipu integration bits Notes: 1. See constants along the top of Ecard.pm which will need changing. 2. Ecard.pm add_stat_cats() is very kcls-specific 3. The vendor login uses a new password type 'ecard_vendor' which does not have the intermediate md5 hashing. 4. Ecard.pm and templates have header/footer stuff that's specific to bibliocommons and should be removed. Signed-off-by: Bill Erickson Signed-off-by: Chris Sharp Quipu eCard Integration for PINES Altering KCLS's Quipu eCard implementation to align with PINES's needs, with an eye towards a generic feature that could be submitted to Evergreen master. Signed-off-by: Chris Sharp Quipu Customizations Move library card application link to top menu instead of bottom menu, cleaned up a lot of whitespace issues and old commented out text, added CSS controls for parts of the Quipu form. Signed-off-by: Terran McCanna Quipu Self-Registration Form Edited both ecard.tt2 and register.tt2 to add quipu form javascript and add intro text. Signed-off-by: Terran McCanna Quipu Ecard Form Update Added CSS to intro text to hide unless Quipu's code tells it to display. Signed-off-by: Terran McCanna OPAC: Quipu changes for Bootstrap OPAC This commit just modifies the front end registration page and CSS, not the perl changes. Signed-off-by: Terran McCanna OPAC: fix Quipu ecard for bootstrap Quipu - Adjust iframe height The iframe was cutting off the form causing a double scroll bar in the browser. This increases the height so that additional scrolling is not needed. Signed-off-by: Terran McCanna PINES Customization: Quipu Spanish Form Signed-off-by: Terran McCanna Quipu: check on full DOB, skip address checking --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 7f2fb92a55..66d9ea92cf 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -3553,8 +3553,6 @@ label[for*=expert_] } - - /* Fake tables for form-rows */ -- 2.11.0