Lines 19-24
Link Here
|
19 |
|
19 |
|
20 |
$(document).ready(function(){ |
20 |
$(document).ready(function(){ |
21 |
|
21 |
|
|
|
22 |
$('#floating-save').css( { bottom: parseInt( $('#floating-save').css('bottom') ) + $('#changelanguage').height() + 'px' } ); |
23 |
|
22 |
// Remove the onclick event defined in browser.js, |
24 |
// Remove the onclick event defined in browser.js, |
23 |
// otherwise the deletion confirmation will not work correctly |
25 |
// otherwise the deletion confirmation will not work correctly |
24 |
$('a[href*="biblionumber="]').off('click'); |
26 |
$('a[href*="biblionumber="]').off('click'); |
Lines 321-330
function confirm_deletion() {
Link Here
|
321 |
</fieldset> |
323 |
</fieldset> |
322 |
|
324 |
|
323 |
[% ELSE %] |
325 |
[% ELSE %] |
324 |
<input type="hidden" name="tag" value="[% itemtagfield %]" /> |
326 |
<fieldset class="rows" id="floating-save"> |
325 |
<input type="hidden" name="subfield" value="[% itemtagsubfield %]" /> |
327 |
<fieldset class="action"> |
326 |
<input type="hidden" name="field_value" value="[% itemnumber %]" /> |
328 |
<input type="hidden" name="tag" value="[% itemtagfield %]" /> |
327 |
<input type="submit" value="Save changes" onclick="return Check(this.form)" /> |
329 |
<input type="hidden" name="subfield" value="[% itemtagsubfield %]" /> |
|
|
330 |
<input type="hidden" name="field_value" value="[% itemnumber %]" /> |
331 |
<input type="submit" value="Save changes" onclick="return Check(this.form)" /> |
332 |
</fieldset></fieldset> |
328 |
[% END %]</fieldset> |
333 |
[% END %]</fieldset> |
329 |
|
334 |
|
330 |
[%# Fields for fast cataloging %] |
335 |
[%# Fields for fast cataloging %] |
331 |
- |
|
|