Bug 15194 - Drop-down menu 'Actions' has problem in 'Saved reports' page with languag...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 3 May 2016 13:59:01 +0000 (09:59 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 19 Jun 2016 22:15:16 +0000 (10:15 +1200)
This patch changes the direction of the "actions" menu on the saved
reports page so that it popup up instead of down.

To test, apply the patch and go to Reports -> Saved reports.

- Click the "Actions" menu for any report and confirm that the menu
  displays above the button instead of below it.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
(cherry picked from commit de98a936751efc00d893f6e74e440416d66140b4)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit 1e494ae15ed819512a9b04a3b7ffd76c38a36018)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

index ebb4ba9..a1116aa 100644 (file)
@@ -345,7 +345,7 @@ canned reports and writing custom SQL reports.</p>
                         <td>[% IF ( savedreport.date_run ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=retrieve%20results&amp;id=[% savedreport.id %]">[% savedreport.date_run %]</a>[% END %]
                         </td>
                         <td>
-                            <div class="dropdown">
+                            <div class="dropup">
                                 <a class="btn btn-mini dropdown-toggle" id="reportactions[% savedreport.id %]" role="button" data-toggle="dropdown" href="#">
                                    Actions <b class="caret"></b>
                                 </a>