@@ -, +, @@ - You should have one or more plugins installed. - Go to Administration -> Manage plugins. - The "badges" for disabled and enabled should look correct. - Go to Tools -> Staged MARC management and click on an batch. - In the information about the batch, the labels should be bold. --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 18 +++++++++++++----- .../prog/en/modules/plugins/plugins-home.tt | 14 +++++++------- 2 files changed, 20 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -524,7 +524,7 @@ input { } label, -.label:not(.label-primary):not(.label-default) { +.label { color: #000; display: inline; font-size: inherit; @@ -3757,6 +3757,14 @@ span { font-style: italic; margin-left: .5em; } + + &[class*=" label-"] { + color: #FFF; + display: inline; + font-size: 75%; + font-weight: normal; + padding: .2em .6em .3em; + } } @@ -4455,6 +4463,10 @@ input.renew { top: 0; } +div#makechart ol li { + list-style: none; +} + @media (min-width: 200px) { } @@ -4626,10 +4638,6 @@ input.renew { } } -div#makechart ol li { - list-style: none; -} - @media only screen and ( min-width: 1200px ) { .browse-button { display: inline-block; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -78,12 +78,12 @@ [% FOREACH plugin IN plugins %] + [% plugin.metadata.name | html %] [% IF ( plugin.enabled ) %] ENABLED [% ELSE %] DISABLED [% END %] - [% plugin.metadata.name | html %] [% plugin.metadata.description | html %] @@ -114,27 +114,27 @@ --