|
Lines 153-158
function confirmnotdup(redirect){
Link Here
|
| 153 |
//]]> |
153 |
//]]> |
| 154 |
</script> |
154 |
</script> |
| 155 |
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" /> |
155 |
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" /> |
|
|
156 |
|
| 157 |
[% INCLUDE 'select2.inc' %] |
| 158 |
<script> |
| 159 |
$(document).ready(function() { |
| 160 |
$('.subfield_line select').select2(); |
| 161 |
}); |
| 162 |
</script> |
| 163 |
|
| 156 |
[% IF ( bidi ) %] |
164 |
[% IF ( bidi ) %] |
| 157 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" /> |
165 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" /> |
| 158 |
[% END %] |
166 |
[% END %] |
| 159 |
- |
|
|