View | Details | Raw Unified | Return to bug 18589
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-17 / +17 lines)
Lines 12-18 Link Here
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
13
</head>
14
14
15
<body>
15
<body id="pat_illrequestshistory" class="pat">
16
    [% INCLUDE 'header.inc' %]
16
    [% INCLUDE 'header.inc' %]
17
    [% INCLUDE 'patron-search.inc' %]
17
    [% INCLUDE 'patron-search.inc' %]
18
18
Lines 22-42 Link Here
22
        &rsaquo; ILL requests history for [% INCLUDE 'patron-title.inc' %]
22
        &rsaquo; ILL requests history for [% INCLUDE 'patron-title.inc' %]
23
    </div>
23
    </div>
24
24
25
    <div id="doc3" class="yui-t1">
25
<div class="main container-fluid">
26
26
27
    <div id="bd">
27
    <div class="row">
28
        <div id="yui-main">
28
        <div class="col-sm-10 col-sm-push-2">
29
            <div class="yui-b">
29
            <main>
30
                <div class="yui-g">
30
                <h2>ILL requests history</h2>
31
                    <h2>ILL requests</h2>
31
                [% INCLUDE 'ill-list-table.inc' %]
32
                    [% INCLUDE 'ill-list-table.inc' %]
32
            </main>
33
                </div>
33
        </div> <!-- .col-sm-10.col-sm-push-2 -->
34
            </div>
34
35
        </div>
35
        <div class="col-sm-2 col-sm-pull-10">
36
        <div class="yui-b">
36
            <aside>
37
            [% INCLUDE 'circ-menu.inc' %]
37
                [% INCLUDE 'circ-menu.inc' %]
38
        </div>
38
            </aside>
39
    </div>
39
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
40
    </div> <!-- .row -->
40
41
41
    [% MACRO jsinclude BLOCK %]
42
    [% MACRO jsinclude BLOCK %]
42
        [% INCLUDE 'datatables.inc' %]
43
        [% INCLUDE 'datatables.inc' %]
43
- 

Return to bug 18589