Link Here
|
198 |
</li> |
198 |
</li> |
199 |
|
199 |
|
200 |
<li id="setlibrary_panel" style="display:none"></li> |
200 |
<li id="setlibrary_panel" style="display:none"></li> |
201 |
<li> |
|
|
202 |
<li> |
203 |
[% IF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %] |
204 |
<a class="dropdown-item" href="/cgi-bin/koha/circ/set-library.pl">Set library, desk, and register</a> |
205 |
[% ELSIF Koha.Preference('UseCirculationDesks') %] |
206 |
<a class="dropdown-item" href="/cgi-bin/koha/circ/set-library.pl">Set library and desk</a> |
207 |
[% ELSIF Koha.Preference('UseCashRegisters') %] |
208 |
<a class="dropdown-item" href="/cgi-bin/koha/circ/set-library.pl">Set library and cash register</a> |
209 |
[% ELSE %] |
210 |
<a class="dropdown-item" href="/cgi-bin/koha/circ/set-library.pl">Set library</a> |
211 |
[% END %] |
212 |
</li> |
213 |
[% ELSIF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %] |
201 |
[% ELSIF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %] |
214 |
<li><hr class="dropdown-divider"></li> |
202 |
<li><hr class="dropdown-divider"></li> |
215 |
<li> |
203 |
<li> |
216 |
- |
|
|