LP1840773 SCKO Angular Hatch Accessible
authorBill Erickson <berickxx@gmail.com>
Thu, 7 Jul 2022 14:55:15 +0000 (10:55 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 7 Jul 2022 14:55:15 +0000 (10:55 -0400)
commitdad8178a6683da3ef58c44a804e430e70b25b6e1
tree2d1279be6bcea0119b797613c1ee0bec8b6145d1
parent6922580d515d292b69c9466a14cf5ad41bf3c47c
LP1840773 SCKO Angular Hatch Accessible

Signed-off-by: Bill Erickson <berickxx@gmail.com>
37 files changed:
Open-ILS/src/eg2/src/app/routing.module.ts
Open-ILS/src/eg2/src/app/scko/banner.component.html [deleted file]
Open-ILS/src/eg2/src/app/scko/banner.component.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/checkout.component.html [deleted file]
Open-ILS/src/eg2/src/app/scko/checkout.component.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/fines.component.html [deleted file]
Open-ILS/src/eg2/src/app/scko/fines.component.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/holds.component.html [deleted file]
Open-ILS/src/eg2/src/app/scko/holds.component.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/items.component.html [deleted file]
Open-ILS/src/eg2/src/app/scko/items.component.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/routing.module.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/scko.component.css [deleted file]
Open-ILS/src/eg2/src/app/scko/scko.component.html [deleted file]
Open-ILS/src/eg2/src/app/scko/scko.component.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/scko.module.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/scko.service.ts [deleted file]
Open-ILS/src/eg2/src/app/scko/summary.component.html [deleted file]
Open-ILS/src/eg2/src/app/scko/summary.component.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/scko/banner.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/banner.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/checkout.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/checkout.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/fines.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/fines.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/holds.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/holds.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/items.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/items.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/scko.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/scko.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/scko.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/scko.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/scko.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/summary.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/scko/summary.component.ts [new file with mode: 0644]