@@ -, +, @@ deleting collections --- .../intranet-tmpl/prog/en/css/staff-global.css | 3 ++- .../rotating_collections/rotatingCollections.tt | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -280,7 +280,8 @@ tr.even td, tr.even.highlight td { font-weight : bold; } -tr.warn td { +tr.warn td, +tr.warn:nth-child(odd) td { background-color: #FF9090; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt @@ -2,6 +2,19 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Rotating collections [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'header.inc' %] @@ -38,7 +51,7 @@ Add or remove items Transfer Edit - Delete + Delete [% END %] --