|
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> |
201 |
|
| 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') %] |
202 |
[% ELSIF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %] |
| 214 |
<li><hr class="dropdown-divider"></li> |
203 |
<li><hr class="dropdown-divider"></li> |
| 215 |
<li> |
204 |
<li> |
| 216 |
- |
|
|