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, 14 Jul 2022 19:36:36 +0000 (15:36 -0400)
commit7d625bcb45a8c8959ba618bab9f4ebfd06d94104
tree9f4df15867689fc73aa0d708403ab357b05aae7d
parent8e91ad782f2787a5f492c1a9aee745814fc8f8d1
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]