Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin
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
..
preferences Bug 18984: Remove NORMARC support 2021-10-07 15:36:40 +02:00
searchengine/elasticsearch Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
additional-fields.tt
admin-home.tt
adveditorshortcuts.tt
aqbudgetperiods.tt Bug 28945: Use Flatpickr on administration pages 2021-10-05 10:58:13 +02:00
aqbudgets.tt
aqcontract.tt Bug 28945: Use Flatpickr on administration pages 2021-10-05 10:58:13 +02:00
aqplan.tt
audio_alerts.tt
auth_subfields_structure.tt
auth_tag_structure.tt
authorised_values.tt Bug 27947: Add cancellation reason to article request 2021-10-06 10:09:25 +02:00
authtypes.tt
background_jobs.tt Bug 23678: Don't display code of the job type 2021-10-01 16:03:00 +02:00
biblio_framework.tt
branch_transfer_limits.tt
branches.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
cash_registers.tt
categories.tt Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
checkmarc.tt
cities.tt
classsources.tt
clone-rules.tt
columns_settings.tt Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
credit_types.tt
currency.tt
debit_types.tt
desks.tt
didyoumean.tt
edi_accounts.tt
edi_ean_accounts.tt
item_circulation_alerts.tt Bug 29131: Row striping breaks color coding on item circulation alerts 2021-10-07 15:49:01 +02:00
items_search_field.tt
items_search_fields.tt
itemtypes.tt Bug 28985: Force positive numbers for itemtype charge fields 2021-09-20 14:04:48 +02:00
koha2marclinks.tt
library_groups.tt
localization.tt
marc_subfields_structure.tt Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
marctagstructure.tt
matching-rules.tt
oai_set_mappings.tt
oai_sets.tt
overdrive.tt
patron-attr-types.tt
preferences.tt
share_content.tt
smart-rules.tt Bug 27945: Terminology: max daily => open requests limit 2021-10-06 10:08:17 +02:00
sms_providers.tt
smtp_servers.tt
sru_modmapping.tt
sru_modmapping_auth.tt
systempreferences.tt Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
transfer_limits.tt
transport-cost-matrix.tt
usage_statistics.tt
z3950servers.tt