<<

NAME

Koha::Template::Plugin::Desks - A module for dealing with desks in templates

DESCRIPTION

This plugin contains getters functions, to fetch all desks a library got or the current one.

Methods

GetLoggedInDeskId

[% Desks.GetLoggedInDeskId %]

return the desk name that is attached to the session or empty string

GetLoggedInDeskName

[% Desks.GetLoggedInDeskName %]

Return the desk name that is attached to the session or empty string

ListForLibrary

[% Desks.ListForLibrary %]

returns all desks existing at the current library

all

[% Desks.all %]

returns all desks existing at all libraries

<<