https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15995 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 48828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48828 Bug 15995: Moving libraries actions into a drop-down menu Review of attachment 48828: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15995&attachment=48828) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ +306,5 @@
<td>[% category.categorycode %]</td> <td>[% category.codedescription %]</td> <td> + <div class="dropdown"> + <a class="btn btn-mini dropdown-toggle" id="libraryactions[% library.branchcode %]" role="button" data-toggle="dropdown" href="#">
library.branchcode will never be defined on deleting a group of libraries. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.