@@ -, +, @@ inside a page-section card displays a card for the main information at the top and a separate card for OPAC Information if added. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -329,6 +329,7 @@ Libraries › Administration › Koha [% IF op == 'list' %]

Libraries

[% IF libraries_count > 0 %] +
@@ -344,6 +345,7 @@ Libraries › Administration › Koha
+
[% ELSE %]
There are no libraries defined. Start defining libraries.
[% END %] @@ -351,7 +353,7 @@ Libraries › Administration › Koha [% IF op == 'view' && library %]

[% library.branchname | html %]

-
+
    @@ -474,8 +476,7 @@ Libraries › Administration › Koha
[% IF OpacLibraryInfo %] -
-
+

OPAC information

[% OpacLibraryInfo.content | $raw %]
--