Summary: | tooltip for tags that says 'separate by comma' | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | bgkriegel, chrish, gmcharlt, tomascohen |
Version: | 3.14 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 6399 - tooltip for tags that says 'separate by comma'
[SIGNED-OFF] Bug 6399 - tooltip for tags that says 'separate by comma' [PASSED QA] Bug 6399 - tooltip for tags that says 'separate by comma' |
Description
Nicole C. Engard
2011-05-24 14:47:27 UTC
Created attachment 18149 [details] [review] Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Created attachment 18150 [details] [review] [SIGNED-OFF] Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass This works on the results and details screen for tagging a single record. We also have options for tagging in the cart, the lists and in the result list menu - maybe we should add a hint there too? I like the initial idea of a tooltip, but I agree that on the detail pages having it directly in the label is more obvious. Created attachment 18225 [details] [review] [PASSED QA] Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> All tests pass. There are some more places where we can add tags to multiple records at once, I noted them on the bug. http://bugs.koha-community.org/show_bug.cgi?id=10259 Pushed to master. Thanks, Owen! I agree with Katrin's comment that we should consider adjusting the text at the other three places where a tag can be added. Pushed to 3.12.x. This will be on 3.12.1. Pushed to 3.10.x, will be on 3.10.7 This patch seems like a good candidate for 3.8.x, however the patch doesn't apply cleanly as is. Is it possible for you to resubmit a version for 3.8.x? |