From: Owen Leonard Date: Wed, 15 May 2013 12:45:32 +0000 (-0400) Subject: Bug 6399 - tooltip for tags that says 'separate by comma' X-Git-Tag: v3.14.00-alpha1~760 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37;p=koha-ffzg.git 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 --- 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