Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Owen Leonard de487dac12 Bug 29679: Remove redundant divider element from reports menu
The SQL report batch operations dropdown menu has divider list items
which add a border between sections (Bibliographic records, item
records, etc.). This element is redundant because the sections have
"headers" which also add a border.

This patch removes them.

To test, apply the patch and run an SQL report which will return results
that trigger the batch modification menu:

SELECT biblio.biblionumber , biblio.title, items.itemnumber,
items.itemcallnumber, items.barcode, borrowers.firstname,
borrowers.surname, borrowers.borrowernumber, borrowers.cardnumber
FROM issues
LEFT JOIN borrowers ON borrowers.borrowernumber=issues.borrowernumber
LEFT JOIN items ON issues.itemnumber=items.itemnumber
LEFT JOIN biblio ON items.biblionumber=biblio.biblionumber
ORDER BY RAND()

There should be no double border in the menu.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2021-12-16 12:13:51 -10:00
..
acqui Bug 29513: (QA follow-up) Fix TT filters 2021-12-01 21:38:12 -10:00
admin Bug 13188: (QA follow-up) Enhance list of field exclusions 2021-12-14 09:46:22 -10:00
authorities Bug 28853: Fix authority plugin when textarea in biblio record editor 2021-12-02 21:07:08 -10:00
basket
batch
catalogue Bug 28859: Correctly handle 'Checked out by' visibility 2021-10-28 17:32:34 +02:00
cataloguing Bug 28694: Check alert in cataloguing should be a static message 2021-11-03 15:40:52 +01:00
circ Bug 29580: Fix missing end tag in circ/overdue.tt 2021-12-02 21:02:33 -10:00
clubs
common
course_reserves
errors
ill Bug 29514: Remove extraneous HTML entity from breadcrumbs 2021-12-01 21:38:12 -10:00
installer Bug 27823: List upcoming steps during installation process 2021-11-03 15:40:52 +01:00
labels
mana
members Bug 29513: Convert remaining breadcrumbs div blocks into nav 2021-12-01 21:38:12 -10:00
offline_circ
onboarding Bug 28982: Use Flatpickr on onboarding pages 2021-11-03 15:40:53 +01:00
patron_lists
patroncards Bug 24406: Wrap patron category type code in a span on patron search results 2021-11-03 15:40:52 +01:00
plugins
pos Bug 27801: Fix javascript price calculations 2021-12-15 12:15:00 -10:00
reports Bug 29679: Remove redundant divider element from reports menu 2021-12-16 12:13:51 -10:00
reserve Bug 29349: (follow-up) Fix width of item level dropdowns 2021-12-15 12:14:58 -10:00
reviews
rotating_collections
serials Bug 29496: CheckMandatorySubfields don't work properly with select field in serials-edit.tt 2021-11-19 15:07:10 +01:00
services Bug 29496: (bug 27526 follow-up) Fix item form validation 2021-11-19 15:07:10 +01:00
suggestion Bug 24370: (QA follow-up) Make new suggestions default to the library you re viewing 2021-11-02 14:57:04 +01:00
tags
test
tools Bug 9565: (follow-up) Adapt batch record deletion tool 2021-12-10 21:15:30 -10:00
virtualshelves Bug 28959: Add virtualshelves.public as a boolean 2021-10-28 17:47:38 +02:00
about.tt Bug 29123: Add Dataly Tech to About page 2021-11-05 12:17:08 +01:00
auth.tt Bug 29487: Set autocomplete off for userid/password fields at login 2021-12-01 21:57:36 -10:00
intranet-main.tt