@@ -, +, @@ arrows instead of images --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 12 ++++++++++++ .../modules/tools/marc_modification_templates.tt | 22 +++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -2719,3 +2719,15 @@ div.rules { div[class$="_table_controls"] { padding: .7em 0; } + +.underline { + text-decoration: underline; +} + +.overline { + text-decoration: overline; +} + +.order-control { + padding-right: 5px; +} --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -113,20 +113,20 @@ - Move action up - + + - - Move action to the top - + + + - - Move action to the bottom - + + + - - Move action down - + + + [% ActionsLoo.ordering %] --