@@ -, +, @@ results templates - Perform a search in the OPAC. Confirm that the "Log in to add tags" link still looks correct at various browser widths. - Confirm that it works to trigger the login modal. - Validate the source of the page. There should be no errors. - View the detail page for a bibliographic record. - The "Log in to add tags" link should look correct and work correctly. --- koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 7 +------ koha-tmpl/opac-tmpl/bootstrap/en/includes/title-actions-menu.inc | 6 +++++- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss @@ -120,8 +120,7 @@ } } - a, - #login4tags { + a { @include border-radius-all( 4px ); background-color: #F2F2EF; border: 1px solid #DDD; @@ -136,10 +135,6 @@ display: block; font-weight: bold; } - - #login4tags { - margin-right: 1em; - } } #opac-main-search { --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/title-actions-menu.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/title-actions-menu.inc @@ -36,7 +36,11 @@ Tag status here. [% ELSE %] - Log in to add tags + + + Log in to add tags + + [% END # IF loggedinusername %] [% END # if TagsInputEnabled %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -349,7 +349,7 @@ [% IF ( loggedinusername ) %] Add tag(s) [% ELSE %] - + [% IF Koha.Preference('casAuthentication') %] [%# CAS authentication is too complicated for modal window %] Log in to add tags. --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -262,7 +262,7 @@ [% IF ( add_to_some_private_shelves and add_to_some_private_shelves.count > 10 ) or ( add_to_some_public_shelves and add_to_some_public_shelves.count > 10 ) %] [% END %] - " + [% END # /IF virtualshelves %] --