Lines 7-14
Link Here
|
7 |
<script type="text/javascript"> |
7 |
<script type="text/javascript"> |
8 |
//<![CDATA[ |
8 |
//<![CDATA[ |
9 |
$(document).ready(function() { |
9 |
$(document).ready(function() { |
|
|
10 |
[% IF tablename.default == 'biblio' %] |
11 |
$("#tablename option:first").attr('selected','selected'); |
12 |
[% END %] |
10 |
$('#tablename').change(function() { |
13 |
$('#tablename').change(function() { |
11 |
$('#koha2marc').submit(); |
14 |
$('#koha2marc').submit(); |
12 |
}); |
15 |
}); |
13 |
}); |
16 |
}); |
14 |
//]]> |
17 |
//]]> |
15 |
- |
|
|