@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 5 +++ .../prog/en/modules/reports/catalogue_stats.tt | 37 +++++++++++++++------- 2 files changed, 31 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -1265,11 +1265,16 @@ div.note i.fa-exclamation { text-decoration : underline; } +th.required, label.required, span.required { color : #C00; } +th.required { + width: 17%; +} + span.required { font-style : italic; margin-left : .5em; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt @@ -99,18 +99,18 @@ [% END %] [% ELSE %] -
+
Catalog statistics - - @@ -125,7 +125,7 @@ - + @@ -175,7 +175,7 @@ +
Title - + Row
+
- + Column
+
Filter
  Publication year
Home library

--