https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32115 Bug ID: 32115 Summary: Add ID to check-out default help message dialog to allow customization Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Self checkout Assignee: m+koha@mpan.ch Reporter: m+koha@mpan.ch QA Contact: testopia@bugs.koha-community.org We want to customize the default help message on the Self checkout page, as our library doesn't have bar codes and therefore doesn't have scanning. We only have a number that users input when using self checkout. The help message confused our users. This doesn't seem to be something that many libraries will have. Therefore as an easy solution, I propose to create a patch that adds a div with an id around the default help message. Then we can add our own help content in "SCOMainUserBlock" and hide the default message with CSS in "SCOUserCSS". Otherwise I could also see there being a new flag that specifies whether a library has scanning or not and changing the text based on that. That would require lots of translation effort that doesn't seem worth it to me. I will attach a patch to this with my proposed solution but I am also open to implementing other solutions. -- You are receiving this mail because: You are watching all bug changes.