|
Lines 1-12
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
|
|
2 |
[% USE Asset %] |
| 2 |
[% USE Koha %] |
3 |
[% USE Koha %] |
| 3 |
[% USE Branches %] |
4 |
[% USE Branches %] |
| 4 |
[% USE Desks %] |
5 |
[% USE Desks %] |
| 5 |
[% USE Categories %] |
6 |
[% USE Categories %] |
| 6 |
[% SET footerjs = 1 %] |
7 |
[% SET footerjs = 1 %] |
| 7 |
[% IF Desks.all %] |
|
|
| 8 |
[% SET setdesk = 1 %] |
| 9 |
[% END %] |
| 10 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
| 11 |
<title>Koha › |
9 |
<title>Koha › |
| 12 |
[% IF ( nopermission ) %]Access denied[% END %] |
10 |
[% IF ( nopermission ) %]Access denied[% END %] |
|
Lines 137-142
Link Here
|
| 137 |
</div> |
135 |
</div> |
| 138 |
|
136 |
|
| 139 |
[% MACRO jsinclude BLOCK %] |
137 |
[% MACRO jsinclude BLOCK %] |
|
|
138 |
[% Asset.js("js/desk_selection.js") | $raw %] |
| 140 |
<script type="text/javascript"> |
139 |
<script type="text/javascript"> |
| 141 |
$(document).ready( function() { |
140 |
$(document).ready( function() { |
| 142 |
if ( document.location.hash ) { |
141 |
if ( document.location.hash ) { |