Bug 15194 - Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar
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>
This commit is contained in:
parent
67f91f24e5
commit
de98a93675
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,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&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>
|
||||
|
|
Loading…
Reference in a new issue