Lines 3-17
Link Here
|
3 |
<title>Koha › Choose adult category</title> |
3 |
<title>Koha › Choose adult category</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
6 |
<style type="text/css"> |
|
|
7 |
#custom-doc { width:29em;*width:28.3em;min-width:377px; margin:auto; text-align:left; } |
8 |
</style> |
9 |
</head> |
6 |
</head> |
10 |
|
7 |
|
11 |
<body id="pat_update-child" class="pat"> |
8 |
<body id="pat_update-child" class="pat"> |
12 |
|
9 |
<div class="container-fluid"> |
13 |
<div id="custom-doc" class="yui-t7"> |
|
|
14 |
<div id="bd"> |
15 |
|
10 |
|
16 |
[% IF ( MULTI ) %] |
11 |
[% IF ( MULTI ) %] |
17 |
|
12 |
|
Lines 53-64
Link Here
|
53 |
</form> |
48 |
</form> |
54 |
[% END %] |
49 |
[% END %] |
55 |
[% END %] |
50 |
[% END %] |
56 |
</div> |
51 |
|
57 |
|
52 |
|
58 |
[% MACRO jsinclude BLOCK %] |
53 |
[% MACRO jsinclude BLOCK %] |
59 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/members-menu_[% KOHA_VERSION %].js"></script> |
|
|
60 |
[% INCLUDE 'datatables.inc' %] |
54 |
[% INCLUDE 'datatables.inc' %] |
61 |
<script type="text/javascript"> |
55 |
<script type="text/javascript"> |
|
|
56 |
|
57 |
/* Set some variables needed in members-menu.js */ |
58 |
var advsearch = "[% advsearch %]"; |
59 |
var dateformat = "[% dateformat %]"; |
60 |
var CAN_user_borrowers = "[% CAN_user_borrowers %]"; |
61 |
var CAN_user_borrowers_edit_borrowers = "[% CAN_user_borrowers_edit_borrowers %]"; |
62 |
var NorwegianPatronDBEnable = "[% NorwegianPatronDBEnable %]"; |
63 |
var CATCODE_MULTI = "[% CATCODE_MULTI %]"; |
64 |
var catcode = "[% catcode %]"; |
65 |
var destination = "[% destination %]"; |
66 |
|
62 |
$(document).ready(function() { |
67 |
$(document).ready(function() { |
63 |
$("#catst").dataTable($.extend(true, {}, dataTablesDefaults, { |
68 |
$("#catst").dataTable($.extend(true, {}, dataTablesDefaults, { |
64 |
"sDom": 't', |
69 |
"sDom": 't', |
Lines 88-93
Link Here
|
88 |
window.close(); |
93 |
window.close(); |
89 |
</script> |
94 |
</script> |
90 |
[% END %] |
95 |
[% END %] |
|
|
96 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/members-menu_[% KOHA_VERSION %].js"></script> |
91 |
[% END %] |
97 |
[% END %] |
92 |
|
98 |
|
93 |
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] |
99 |
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] |
94 |
- |
|
|