]> git.koha-community.org Git - koha.git/commit
Bug 35238: Incorrect label markup in patron card creator printer profile edit form
authorEugene Jose Espinoza <eugenegf@yahoo.com>
Tue, 5 Dec 2023 12:43:19 +0000 (12:43 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 27 Jun 2024 09:50:09 +0000 (11:50 +0200)
commit5513213a4f2804bd9f1cfa4c28f9b1b35c4f79e8
tree1895c131523cf0e4c94425e1c1f36232024771d6
parent5b5a50f0cdfed4c960f844dc3dd7db149af2b5d7
Bug 35238: Incorrect label markup in patron card creator printer profile edit form

HTML element for Template name is changed from 'label for "template_name"' to 'span with "label" class'.

So from:
<label for="template_name">Template name:</label>
It should now be:
<span class="label">Template name:</span>

To test:
1) Go to: Tools -> Patron card creator -> Edit printer profile.
2) Right click page and choose "View page source".
3) Locate the part with "Template name". It should read:
<span class="label">Template name:</span>

Signed-off-by: Riomar Resurreccion <urslibrary.webinars@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt