|
Lines 1-6
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Tools › Rotating collections › Add/Remove items</title> |
2 |
<title>Koha › Tools › Rotating collections › Add/Remove items</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
4 |
<script type="text/javascript"> |
| 5 |
//<![CDATA[ |
| 6 |
$( document ).ready(function() { |
| 7 |
$("#barcode").focus(); |
| 8 |
}); |
| 9 |
//]]> |
| 10 |
</script> |
| 4 |
</head> |
11 |
</head> |
| 5 |
<body> |
12 |
<body> |
| 6 |
[% INCLUDE 'header.inc' %] |
13 |
[% INCLUDE 'header.inc' %] |
| 7 |
- |
|
|