Bugzilla – Attachment 22348 Details for
Bug 11090
Bootstrap theme: CSS problem with suggestions toolbar links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11090 - Bootstrap theme: CSS problem with suggestions toolbar links
Bug-11090---Bootstrap-theme-CSS-problem-with-sugge.patch (text/plain), 2.41 KB, created by
Jonathan Druart
on 2013-10-24 09:24:58 UTC
(
hide
)
Description:
Bug 11090 - Bootstrap theme: CSS problem with suggestions toolbar links
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-10-24 09:24:58 UTC
Size:
2.41 KB
patch
obsolete
>From 786f1cc0ecb4f73ed7245e57ac7986d50ce89ea4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 22 Oct 2013 09:33:49 -0700 >Subject: [PATCH] Bug 11090 - Bootstrap theme: CSS problem with suggestions > toolbar links > >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> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 93115b7..5178b75 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -127,14 +127,14 @@ > [% 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> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11090
:
22288
|
22295
| 22348