Lines 8-14
Link Here
|
8 |
[% END %] |
8 |
[% END %] |
9 |
</title> |
9 |
</title> |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
11 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css"> |
12 |
[% INCLUDE 'datatables.inc' %] |
12 |
[% INCLUDE 'datatables.inc' %] |
13 |
<script type="text/javascript"> |
13 |
<script type="text/javascript"> |
14 |
//<![CDATA[ |
14 |
//<![CDATA[ |
Lines 28-34
Link Here
|
28 |
})); |
28 |
})); |
29 |
$("#authtypecode").on("blur",function(){ |
29 |
$("#authtypecode").on("blur",function(){ |
30 |
toUC(this); |
30 |
toUC(this); |
31 |
|
31 |
}); |
32 |
$("body").css("cursor", "auto"); |
32 |
$("body").css("cursor", "auto"); |
33 |
$('.import_export_options').hide(); |
33 |
$('.import_export_options').hide(); |
34 |
$('a.import_export_fw').click(function() { |
34 |
$('a.import_export_fw').click(function() { |
35 |
- |
|
|