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