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>
Tue, 21 Feb 2023 20:04:04 +0000 (15:04 -0500)
commitbda4aa00c80ecd748273f436b8d1717416fb4fd1
tree00f1f4d8fb23a726a7118e2a6a6d4b82f3367ca7
parent956c9d79f41d203f54a5b9c34244a04b7187409a
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]