https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27472 Bug ID: 27472 Summary: Improve link text when successfully merging bibliographic records Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt: <p>The merge was successful. <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% ref_biblionumber | uri %]">Click here to see the merged record.</a></p> "Here" should not be used as a link text as it doesn't contain any helpful information for people scanning the page for information and also is a problem for blind users using screen readers jumping from link to link on a page. To reproduce: 1. have or create two bibliographic records 2. in your terminal run sudo koha-rebuild-zebra -f -b -v kohadev 3. do a catalog search that will return both records in the results 4. select the checkboxes for both records 5. click edit->merge and continue the process of merging two records 6. notice the 'click here' message after successfully merging -- You are receiving this mail because: You are watching all bug changes.