@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -64,7 +64,8 @@ [% FOREACH LINE IN TAB.LINES %] [% IF ( LINE.is_group_title ) %] - [% UNLESS ( loop.first ) %][% END %] + [% UNLESS ( loop.first ) %][% END %] +

[% LINE.title | html %]

@@ -197,7 +198,7 @@ [% END %]
- [% IF ( loop.last ) %][% END %] + [% IF ( loop.last ) %]
[% END %] [% END %] [% END %]
Cancel
--