|
Lines 40-45
$(document).ready(function(){
Link Here
|
| 40 |
<![endif]--> |
40 |
<![endif]--> |
| 41 |
<style type="text/css">input[type=checkbox]{ margin : 0 .5em; }</style> |
41 |
<style type="text/css">input[type=checkbox]{ margin : 0 .5em; }</style> |
| 42 |
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" /> |
42 |
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" /> |
|
|
43 |
|
| 44 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-combobox.js"></script> |
| 45 |
<script type="text/javascript"> |
| 46 |
$(document).ready(function() { |
| 47 |
$('.subfield_line select').combobox(); |
| 48 |
}); |
| 49 |
</script> |
| 50 |
|
| 43 |
</head> |
51 |
</head> |
| 44 |
<body id="tools_batchMod-edit" class="tools"> |
52 |
<body id="tools_batchMod-edit" class="tools"> |
| 45 |
[% INCLUDE 'header.inc' %] |
53 |
[% INCLUDE 'header.inc' %] |
| 46 |
- |
|
|