|
Lines 1-9
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Cataloging › 008 builder</title> |
2 |
<title>Koha › Cataloging › 008 builder</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
|
4 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script> |
| 5 |
<script type="text/javascript" src='[% interface %]/[% theme %]/js/xmlControlfield.js'></script> |
5 |
<script type="text/javascript" src='[% interface %]/[% theme %]/js/xmlControlfield.js'></script> |
| 6 |
<script type="text/javascript"> |
6 |
<script type="text/javascript"> |
|
|
7 |
|
| 8 |
$(document).ready(function(){ |
| 9 |
$('#toolbar').fixFloat(); |
| 10 |
$(".close_window").on("click", function(e){ |
| 11 |
e.preventDefault(); |
| 12 |
window.close(); |
| 13 |
}); |
| 14 |
}); |
| 15 |
|
| 7 |
var objXmlControlField; |
16 |
var objXmlControlField; |
| 8 |
var tr_result; |
17 |
var tr_result; |
| 9 |
var h4_result; |
18 |
var h4_result; |
|
Lines 47-53
Link Here
|
| 47 |
<h4 id="h4_result">"[% result %]"</h4> |
56 |
<h4 id="h4_result">"[% result %]"</h4> |
| 48 |
|
57 |
|
| 49 |
<form name="f_pop" id="f_pop" onsubmit="report()" action=""> |
58 |
<form name="f_pop" id="f_pop" onsubmit="report()" action=""> |
| 50 |
<fieldset class="action" id="fixedlengthbuilderaction"><input type="submit" value="OK" /> <a href="#" class="cancel close">Cancel</a></fieldset> |
59 |
<div id="toolbar"> |
|
|
60 |
<div class="btn-group"> |
| 61 |
<button type="submit" class="btn btn-default btn-sm"><i class="fa fa-save"></i> Save</button> |
| 62 |
</div> |
| 63 |
<div class="btn-group"> |
| 64 |
<button type="button" class="btn btn-default btn-sm close_window"><i class="fa fa-remove"></i> Cancel</button> |
| 65 |
</div> |
| 66 |
</div> |
| 51 |
<input type="hidden" name="plugin_name" value="marc21_field_008.pl" /> |
67 |
<input type="hidden" name="plugin_name" value="marc21_field_008.pl" /> |
| 52 |
<input type="hidden" id="[% index %]" name="index" value="[% index %]" /> |
68 |
<input type="hidden" id="[% index %]" name="index" value="[% index %]" /> |
| 53 |
<input type="hidden" name="result" id="result" value="[% result %]" /> |
69 |
<input type="hidden" name="result" id="result" value="[% result %]" /> |
| 54 |
- |
|
|