Bug 11090 - Bootstrap theme: fix CSS problem with suggestions toolbar links
authorOwen Leonard <oleonard@myacpl.org>
Tue, 22 Oct 2013 16:33:49 +0000 (09:33 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 28 Oct 2013 15:15:41 +0000 (15:15 +0000)
There is a problem with the style on the toolbar on the suggestions page
which makes it float incorrectly. This patch corrects the problem.

To test, log in to the OPAC as a user who has suggestions. The
selections toolbar (which shows the "select all," etc. controls) should
look correct.

Signed-off-by: JD@TeTakere <joanned@tetakere.org.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt

index cc59c7e..0d87eff 100644 (file)
                                 [% END %]
                                 <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="myform">
                                     <input type="hidden" name="op" value="delete_confirm" />
-                                    <div id="toolbar" class="toolbar list-actions">
+                                    <div id="toolbar" class="toolbar clearfix">
                                         [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
                                             <a class="new" href="/cgi-bin/koha/opac-suggestions.pl?op=add">New purchase suggestion</a>
                                         [% END %]
                                     </div>
 
                                     [% IF ( loggedinusername ) %]
-                                        <div id="selections-toolbar" class="toolbar list-actions">
+                                        <div id="selections-toolbar" class="toolbar">
                                               <span class="checkall"></span> <span class="clearall"></span> <span class="sep">|</span>
                                               <span class="links"><span id="selections">Select suggestions to: </span>
                                               <span id="removeitems"></span>