@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -86,7 +86,7 @@ [% Branches.GetLoggedInBranchcode | html %] [% END %] - [% IF Desks.ListForLibrary.count %] + [% IF Koha.Preference('UseCirculationDesks') && Desks.ListForLibrary.count %] | [% IF ( Desks.GetLoggedInDeskName == '' ) %] @@ -117,6 +117,8 @@ [% Branches.GetLoggedInBranchcode | html %] [% END %] + + [% IF Koha.Preference('UseCirculationDesks') %]
  • Desk:
    [% IF ( Desks.GetLoggedInDeskName == '' AND Desks.ListForLibrary.count ) %] @@ -126,6 +128,7 @@ [% Desks.GetLoggedInDeskId | html %] [% END %]
  • + [% END %] [% IF ( IndependentBranches ) %] --