Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Owen Leonard 8db487cf8b Bug 29131: Row striping breaks color coding on item circulation alerts
The CSS we use for table row "striping," which uses 'tbody
tr:nth-child(odd),' is often difficult to work with because it takes a
lot of increased specificity to override the default. Bootstrap
compounds this by adding its own similar CSS.

In order to overcome this I've added '!important' to the CSS embedded in
the item circulation alerts page. I normally would avoid '!important'
but since this CSS is only relevant to this page I think it's
appropriate.

This patch also adds [% FILTER collapse %] around the <style> block and
does some reindenting, so ignore whitespace when using diff to see the
changes clearly.

To test, apply the patch and go to Administration -> Item circulation
alerts.

- Check the "Legend" table. The first cells should be distinct colors:
  red, pink, and green.
- In the "Checkout" table, table cells should be green by default.
  Clicking in one of the cells should turn it red with the text
  "Disabled for all."
- Use the "Select a library" dropdown to pick a library.
- Clicking in any green cell should turn the cell pink and add the text
  "Disabled for XXX" where XXX is the branchcode.

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-07 15:49:01 +02:00
..
acqui Bug 28942: Use Flatpickr on acquisitions pages 2021-10-05 10:58:13 +02:00
admin Bug 29131: Row striping breaks color coding on item circulation alerts 2021-10-07 15:49:01 +02:00
authorities Bug 29137: Add new syspref to disable AV creation within the cataloguing module 2021-10-01 16:09:55 +02:00
basket
batch Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
catalogue Bug 28321: Use template block for display of items in search results 2021-10-05 10:58:13 +02:00
cataloguing Bug 18984: Remove NORMARC support 2021-10-07 15:36:40 +02:00
circ Bug 29084: Update article requests-related Koha::Biblio methods to use relationships 2021-10-07 10:54:59 +02:00
clubs Bug 28983: Use Flatpickr on various pages 2021-10-05 10:58:14 +02:00
common Bug 28350: Fix borrowernotes sorting for patron search 2021-06-14 17:35:20 +02:00
course_reserves Bug 28898: (follow-up) Add context to some more occurrences of Term in course reserves 2021-09-21 20:22:57 +02:00
errors Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
ill Bug 28983: Use Flatpickr on various pages 2021-10-05 10:58:14 +02:00
installer Bug 25078: Keep atomic updates in "atomicupdate" dir 2021-08-16 11:55:56 +02:00
labels Bug 28983: Use Flatpickr on various pages 2021-10-05 10:58:14 +02:00
mana
members Bug 27725: Use JavaScript to set history state during patron search 2021-10-07 11:18:29 +02:00
offline_circ
onboarding Bug 28134: Replace use of input type number in onboarding templates 2021-05-04 15:20:46 +02:00
patron_lists Bug 18747: Select All in Add Patron Option in Patron Lists only selects the first 20 entries 2021-09-20 14:04:48 +02:00
patroncards Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
plugins Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
pos Bug 28983: Use Flatpickr on various pages 2021-10-05 10:58:14 +02:00
reports Bug 28949: Use Flatpickr on reports pages 2021-10-05 10:58:13 +02:00
reserve Bug 23678: Allow cancel holds in bulk 2021-10-01 16:02:58 +02:00
reviews Bug 26703: reserve, reviews & rotating_collections folders 2021-04-21 11:16:35 +02:00
rotating_collections Bug 26703: reserve, reviews & rotating_collections folders 2021-04-21 11:16:35 +02:00
serials Bug 28958: Use Flatpickr on serials pages 2021-10-05 10:58:14 +02:00
services
suggestion Bug 28983: Use Flatpickr on various pages 2021-10-05 10:58:14 +02:00
tags Bug 28983: Use Flatpickr on various pages 2021-10-05 10:58:14 +02:00
test
tools Bug 29042: Improve formatting of entry form in Additional Contents 2021-10-05 10:58:14 +02:00
virtualshelves Bug 28427: Terminology: Shelf should be list 2021-06-21 12:07:28 +02:00
about.tt Bug 26949: Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2 2021-10-05 10:58:13 +02:00
auth.tt Bug 28914: Fix wording in authentication forms 2021-09-20 12:35:41 +02:00
intranet-main.tt Bug 28819: Fix advanced search button on mainpage.pl incorrectly links to item search 2021-08-19 10:01:15 +02:00