@@ -, +, @@ - Locate the bibliographic record for a serial record and view the details. The subscription should have patron notification set. - Under the Subscriptions tab, the "Subscribe to email notifications" button should look correct. - Click to subscribe and confirm that the buttons during and after the process look correct. - Perform a catalog search in the OPAC. On the search results page, disable JavaScript. This can be done in the browser's developer tools under "Settings." - At the top of the table of search results there should be a correctly-styled "Go" button next to the sorting dropdown menu. It should work correctly. - View the contents of a list with JavaScript disabled. - The "Resort list" button should be correctly-styled and should work to submit the form. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 13 +++++++++++++ koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 7 +++---- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -16,6 +16,8 @@ #sortsubmit { display: inline; + padding-left: 0; + padding-right: 0; } } @@ -1337,6 +1339,17 @@ nav { margin: .3em 0; } +.ui-widget-content { + a { + &:link, + &:visited { + &.btn { + color: #FFF; + } + } + } +} + #social_networks { margin-top: .5em; --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -796,9 +796,9 @@ [% IF ( loggedinusername ) %] [% IF ( subscription.hasalert ) %] - You have subscribed to email notification on new issues. Cancel email notification + You have subscribed to email notification on new issues. Cancel email notification [% ELSE %] - Subscribe to email notification on new issues + Subscribe to email notification on new issues [% END %] [% ELSE %] You must log in if you want to subscribe to email notification on new issues --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -177,7 +177,6 @@ [% UNLESS tag %]
-
@@ -199,9 +198,9 @@ [% IF results_per_page == '100' %][% ELSE %][% END %] [% END # IF Koha.Preference('OPACnumSearchResultsDropdown') %] - - -
+
+
+
[% END # /UNLESS tag %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -313,7 +313,7 @@ - + --