Lines 17-27
Link Here
|
17 |
|
17 |
|
18 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Circulation history for [% INCLUDE 'patron-title.inc' %]</div> |
18 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Circulation history for [% INCLUDE 'patron-title.inc' %]</div> |
19 |
|
19 |
|
20 |
<div id="doc3" class="yui-t2"> |
20 |
<div class="main container-fluid"> |
21 |
|
21 |
<div class="row"> |
22 |
<div id="bd"> |
22 |
<div class="col-sm-10 col-sm-push-2"> |
23 |
<div id="yui-main"> |
23 |
<main> |
24 |
<div class="yui-b"> |
24 |
|
25 |
[% INCLUDE 'members-toolbar.inc' %] |
25 |
[% INCLUDE 'members-toolbar.inc' %] |
26 |
<h1>Circulation history</h1> |
26 |
<h1>Circulation history</h1> |
27 |
|
27 |
|
Lines 48-53
Link Here
|
48 |
<div id="readingrec" style="overflow:hidden"> |
48 |
<div id="readingrec" style="overflow:hidden"> |
49 |
<table id="table_readingrec"> |
49 |
<table id="table_readingrec"> |
50 |
<thead> |
50 |
<thead> |
|
|
51 |
<tr> |
51 |
<th style="display:none;">Type</th> |
52 |
<th style="display:none;">Type</th> |
52 |
<th class="title-string">Date</th> |
53 |
<th class="title-string">Date</th> |
53 |
<th class="anti-the">Title</th> |
54 |
<th class="anti-the">Title</th> |
Lines 59-64
Link Here
|
59 |
<th>Checked out from</th> |
60 |
<th>Checked out from</th> |
60 |
<th class="title-string">Date due</th> |
61 |
<th class="title-string">Date due</th> |
61 |
<th class="title-string">Return date</th> |
62 |
<th class="title-string">Return date</th> |
|
|
63 |
</tr> |
62 |
</thead> |
64 |
</thead> |
63 |
<tbody> |
65 |
<tbody> |
64 |
[% FOREACH issue IN loop_reading %] |
66 |
[% FOREACH issue IN loop_reading %] |
Lines 111-129
Link Here
|
111 |
</div> |
113 |
</div> |
112 |
</div> |
114 |
</div> |
113 |
[% END %] |
115 |
[% END %] |
114 |
</div> |
|
|
115 |
</div> |
116 |
|
116 |
|
117 |
<div class="yui-b"> |
117 |
</main> |
118 |
[% INCLUDE 'circ-menu.inc' %] |
118 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
119 |
</div> |
119 |
|
120 |
</div> |
120 |
<div class="col-sm-2 col-sm-pull-10"> |
|
|
121 |
<aside> |
122 |
[% INCLUDE 'circ-menu.inc' %] |
123 |
</aside> |
124 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
125 |
</div> <!-- /.row --> |
121 |
|
126 |
|
122 |
[% MACRO jsinclude BLOCK %] |
127 |
[% MACRO jsinclude BLOCK %] |
123 |
[% INCLUDE 'str/members-menu.inc' %] |
128 |
[% INCLUDE 'str/members-menu.inc' %] |
124 |
[% Asset.js("js/members-menu.js") | $raw %] |
129 |
[% Asset.js("js/members-menu.js") | $raw %] |
125 |
[% INCLUDE 'datatables.inc' %] |
130 |
[% INCLUDE 'datatables.inc' %] |
126 |
<script type="text/javascript" id="js"> |
131 |
<script id="js"> |
127 |
$(document).ready(function() { |
132 |
$(document).ready(function() { |
128 |
var table = $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, { |
133 |
var table = $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, { |
129 |
"sPaginationType": "four_button", |
134 |
"sPaginationType": "four_button", |