Koha/koha-tmpl/intranet-tmpl/prog/en/modules/pos
Owen Leonard b5477b2ea3
Bug 35241: Fix markup errors in point of sale template
This patch makes several markup corrections to the Point of Sale page,
fixing duplicate ids, invalid "selected" attributes*, a broken comment
tag, and an invalid "href" attribute.

* The "selected" attribute in this template is on a disabled <option>,
  so it can't be selected.

The patch also changes <div class="action"> to <fieldset class="action">
for consistency and better layout.

It makes some changes to the "Payment received" dialog in order to
improve visual consistency.

To test, apply the patch and make sure the EnablePointOfSale preference
is turned on.

- Go to Point of Sale.
- Test the process of adding items for purchase and collecting payment.
- After you submit the payment the confirmation dialog should look
  correct, and the "Print" and "Email" buttons should both work
  correctly.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-11-06 11:34:43 -03:00
..
pay.tt Bug 35241: Fix markup errors in point of sale template 2023-11-06 11:34:43 -03:00
printreceipt.tt Bug 33921: Improve translation of title tags: Plugins and Point of sale 2023-09-01 11:23:33 -03:00
register.tt Bug 33921: Improve translation of title tags: Plugins and Point of sale 2023-09-01 11:23:33 -03:00
registers.tt Bug 33921: Improve translation of title tags: Plugins and Point of sale 2023-09-01 11:23:33 -03:00