From 14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 15 May 2013 08:45:32 -0400 Subject: [PATCH] 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 all tests pass Signed-off-by: Katrin Fischer 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 Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 ++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index c0810752f6..24a62a17cf 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -1448,6 +1448,10 @@ padding-left : .4em; margin-top : .5em; } +.actions a { + white-space: nowrap; +} + .m880 { display:block; text-align:right; diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt index a8dabf39dd..1e9d635f06 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -785,7 +785,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { [% IF ( loggedinusername ) %] Add