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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc (+67 lines)
Line 0 Link Here
1
<script type="text/javascript">//<![CDATA[
2
    $(document).ready(function() {
3
        var path = location.pathname.substring(1);
4
        var url = window.location.toString();
5
        var params = '';
6
        if ( url.match(/\?(.+)$/) ) {
7
            params = "?" + RegExp.$1;
8
        }
9
        $('#navmenulist a[href$="/' + path + params + '"]').css('font-weight','bold');
10
    });
11
//]]>
12
</script>
13
14
<div id="navmenu">
15
    <div id="navmenulist">
16
17
        <ul>
18
            <li><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation home</a></li>
19
        </ul>
20
21
        <h5>Circulation</h5>
22
        <ul>
23
            <li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li>
24
            <li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
25
            <li><a href="/cgi-bin/koha/circ/renew.pl">Renew</a></li>
26
            [% IF ( display_transfer ) %]
27
                <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li>
28
            [% END %]
29
            [% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependentBranches ) %][% ELSE %]
30
                <li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>
31
            [% END %][% END %]
32
            [% IF ( fast_cataloging ) %][% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
33
                <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA">Fast cataloging</a></li>
34
            [% END %][% END %]
35
        </ul>
36
37
        <h5>Offline circulation</h5>
38
        <ul>
39
            [% IF (AllowOfflineCirculation) %]
40
                <li><a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a></li>
41
            [% END %]
42
            <li><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></li>
43
            <li><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a>
44
            <ul>
45
                <li><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases">Get desktop application</a></li>
46
                <li><a href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Get Firefox add-on</a></li>
47
            </ul>
48
        </ul>
49
50
        <h5>Circulation reports</h5>
51
        <ul>
52
            <li><a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li>
53
            <li><a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li>
54
            <li><a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a></li>
55
            <li><a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
56
            <li><a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li>
57
            [% IF ( CAN_user_circulate_overdues_report ) %]
58
                <li><a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a></li>
59
            [% END %]
60
            <li><a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a></li>
61
            [% IF Koha.Preference('OnSiteCheckouts') %]
62
                <li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a></li>
63
            [% END %]
64
        </ul>
65
66
    </div>
67
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-1 / +6 lines)
Lines 8-17 Link Here
8
8
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Overdues at [% LoginBranchname %]</div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Overdues at [% LoginBranchname %]</div>
10
10
11
<div id="doc" class="yui-t7">
11
<div id="doc3" class="yui-t2">
12
12
13
   <div id="bd">
13
   <div id="bd">
14
	<div id="yui-main">
14
	<div id="yui-main">
15
        <div class="yui-b">
15
	<div class="yui-g">
16
	<div class="yui-g">
16
17
17
18
Lines 163-166 Link Here
163
</div>
164
</div>
164
</div>
165
</div>
165
</div>
166
</div>
167
<div class="yui-b noprint">
168
    [% INCLUDE 'circ-nav.inc' %]
169
</div>
170
</div>
166
[% INCLUDE 'intranet-bottom.inc' %]
171
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-4 / +14 lines)
Lines 1045-1056 No patron matched <span class="ex">[% message %]</span> Link Here
1045
[% END %] <!-- borrowernumber and borrower-->
1045
[% END %] <!-- borrowernumber and borrower-->
1046
</div></div>
1046
</div></div>
1047
[% END %]
1047
[% END %]
1048
1048
[% UNLESS ( borrowers ) %]
1049
    [% IF not( borrowernumber and borrower ) %]
1050
        <div class="yui-b noprint">
1051
            [% INCLUDE 'circ-nav.inc' %]
1052
        </div>
1053
    [% END %]
1054
[% END %]
1049
</div>
1055
</div>
1050
</div>
1056
</div>
1051
[% UNLESS ( borrowers ) %][% IF borrowernumber and borrower %]<div class="yui-b">
1057
[% UNLESS ( borrowers ) %]
1052
[% INCLUDE 'circ-menu.inc' %]
1058
    [% IF borrowernumber and borrower %]
1053
</div>[% END %][% END %]
1059
        <div class="yui-b">
1060
            [% INCLUDE 'circ-menu.inc' %]
1061
        </div>
1062
    [% END %]
1063
[% END %]
1054
</div>
1064
</div>
1055
<!-- Modal -->
1065
<!-- Modal -->
1056
<div id="barcodeSubmittedModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="barcodeSubmittedModalLabel" aria-hidden="true">
1066
<div id="barcodeSubmittedModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="barcodeSubmittedModalLabel" aria-hidden="true">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-4 / +8 lines)
Lines 26-34 Link Here
26
26
27
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Renew</div>
27
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Renew</div>
28
28
29
<div id="doc" class="yui-t7">
29
<div id="doc3" class="yui-t2">
30
    <div id="bd">
30
    <div id="bd">
31
31
        <div id="yui-main">
32
            <div class="yui-b">
32
                [% IF error %]
33
                [% IF error %]
33
                    <div class="dialog alert">
34
                    <div class="dialog alert">
34
                        <h3>Cannot renew:</h3>
35
                        <h3>Cannot renew:</h3>
Lines 128-134 Link Here
128
                        </p>
129
                        </p>
129
                    </div>
130
                    </div>
130
                [% END %]
131
                [% END %]
131
            </div>
132
132
133
            <div class="yui-g">
133
            <div class="yui-g">
134
134
Lines 151-158 Link Here
151
            [% END %]
151
            [% END %]
152
152
153
        </div>
153
        </div>
154
155
    </div>
154
    </div>
155
</div>
156
157
<div class="yui-b noprint">
158
    [% INCLUDE 'circ-nav.inc' %]
159
</div>
156
160
157
<div>
161
<div>
158
162
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-63 / +66 lines)
Lines 125-135 $(document).ready(function () { Link Here
125
125
126
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Check in</div>
126
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Check in</div>
127
127
128
<div id="doc" class="yui-t7">
128
<div id="doc3" class="yui-t2">
129
130
   <div id="bd">
131
	<div id="yui-main">
132
129
130
<div id="bd">
131
<div id="yui-main">
132
<div class="yui-b">
133
<div class="yui-g">
133
<div class="yui-g">
134
134
135
[% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %]
135
[% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %]
Lines 442-507 $(document).ready(function () { Link Here
442
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
442
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
443
        [% END %]
443
        [% END %]
444
        [% FOREACH errmsgloo IN errmsgloop %]
444
        [% FOREACH errmsgloo IN errmsgloop %]
445
                    [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
445
            [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
446
                        <p class="problem">
446
                <p class="problem">
447
                            Not for loan status updated.
447
                    Not for loan status updated.
448
                            <br />Old value:
448
                    <br />Old value:
449
                            [% IF errmsgloo.NotForLoanStatusUpdated.from %]
449
                    [% IF errmsgloo.NotForLoanStatusUpdated.from %]
450
                                [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %].
450
                        [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %].
451
                            [% ELSE %]
451
                    [% ELSE %]
452
                                Available for loan.
452
                        Available for loan.
453
                            [% END %]
454
                            <br />New value:
455
                            [% IF errmsgloo.NotForLoanStatusUpdated.to %]
456
                                [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %].
457
                            [% ELSE %]
458
                                Available for loan.
459
                            [% END %]
460
                        </p>
461
                    [% END %]
462
                    [% IF ( errmsgloo.badbarcode ) %]
463
                        <p class="problem">No item with barcode: [% errmsgloo.msg %]</p>
464
                    [% END %]
465
                    [% IF ( errmsgloo.ispermanent ) %]
466
                        <p class="problem">Please return item to: [% errmsgloo.msg %]</p>
467
                    [% END %]
468
                    [% IF ( errmsgloo.notissued ) %]
469
                        <p class="problem">Not checked out.</p>
470
                    [% END %]
471
                    [% IF ( errmsgloo.localuse) %]
472
                        <p class="problem">Local use recorded</p>
473
                    [% END %]
474
                    [% IF ( errmsgloo.waslost ) %]
475
                        <p class="problem">Item was lost, now found.</p>
476
                        [% IF ( LostItemFeeRefunded ) %]
477
                            <p class="problem">A refund has been applied to the borrowing patron's account.</p>
478
                        [% ELSE %]
479
                            <p class="problem">Any lost item fees for this item will remain on the patron's account.</p>
480
                        [% END %]
481
                    [% END %]
482
                    [% IF ( errmsgloo.withdrawn ) %]
483
                        [% IF BlockReturnOfWithdrawnItems %]
484
                           <h5>Cannot check in</h5>
485
                           <p><strong>NOT CHECKED IN</strong></p>
486
                           <p class="problem">Item is withdrawn.</p>
487
                        [% ELSE %]
488
                           <p class="problem">Item is withdrawn.</p>
489
                        [% END %]
490
                    [% END %]
491
                    [% IF ( errmsgloo.debarred ) %]
492
                        <p class="problem"><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% errmsgloo.debarborrowernumber %]">[% errmsgloo.debarname %]([% errmsgloo.debarcardnumber %])</a> is now debarred until [% errmsgloo.debarred | $KohaDates %].</p>
493
                    [% END %]
494
                    [% IF ( errmsgloo.prevdebarred ) %]
495
                        <p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %].</p>
496
                    [% END %]
453
                    [% END %]
497
                    [% IF ( errmsgloo.foreverdebarred ) %]
454
                    <br />New value:
498
                        <p class="problem"><b>Reminder: </b>Patron has an indefinite restriction.</p>
455
                    [% IF errmsgloo.NotForLoanStatusUpdated.to %]
456
                        [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %].
457
                    [% ELSE %]
458
                        Available for loan.
499
                    [% END %]
459
                    [% END %]
500
460
                </p>
461
            [% END %]
462
            [% IF ( errmsgloo.badbarcode ) %]
463
                <p class="problem">No item with barcode: [% errmsgloo.msg %]</p>
464
            [% END %]
465
            [% IF ( errmsgloo.ispermanent ) %]
466
                <p class="problem">Please return item to: [% errmsgloo.msg %]</p>
467
            [% END %]
468
            [% IF ( errmsgloo.notissued ) %]
469
                <p class="problem">Not checked out.</p>
470
            [% END %]
471
            [% IF ( errmsgloo.localuse) %]
472
                <p class="problem">Local use recorded</p>
473
            [% END %]
474
            [% IF ( errmsgloo.waslost ) %]
475
                <p class="problem">Item was lost, now found.</p>
476
                [% IF ( LostItemFeeRefunded ) %]
477
                    <p class="problem">A refund has been applied to the borrowing patron's account.</p>
478
                [% ELSE %]
479
                    <p class="problem">Any lost item fees for this item will remain on the patron's account.</p>
480
                [% END %]
481
            [% END %]
482
            [% IF ( errmsgloo.withdrawn ) %]
483
                [% IF BlockReturnOfWithdrawnItems %]
484
                    <h5>Cannot check in</h5>
485
                    <p><strong>NOT CHECKED IN</strong></p>
486
                    <p class="problem">Item is withdrawn.</p>
487
                [% ELSE %]
488
                    <p class="problem">Item is withdrawn.</p>
489
                [% END %]
490
            [% END %]
491
            [% IF ( errmsgloo.debarred ) %]
492
                <p class="problem"><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% errmsgloo.debarborrowernumber %]">[% errmsgloo.debarname %]([% errmsgloo.debarcardnumber %])</a> is now debarred until [% errmsgloo.debarred | $KohaDates %].</p>
493
            [% END %]
494
            [% IF ( errmsgloo.prevdebarred ) %]
495
                <p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %].</p>
496
            [% END %]
497
            [% IF ( errmsgloo.foreverdebarred ) %]
498
                <p class="problem"><b>Reminder: </b>Patron has an indefinite restriction.</p>
501
            [% END %]
499
            [% END %]
502
        [% ELSE %]
503
        [% END %]
500
        [% END %]
504
    </div>
501
    </div>
502
[% END %]
505
503
506
[% IF ( checkinmsg ) %]
504
[% IF ( checkinmsg ) %]
507
    [% IF ( checkinmsgtype == 'alert' ) %]
505
    [% IF ( checkinmsgtype == 'alert' ) %]
Lines 523-529 $(document).ready(function () { Link Here
523
        <p>Book drop mode.  (Effective checkin date is [% dropboxdate %] ).</p>
521
        <p>Book drop mode.  (Effective checkin date is [% dropboxdate %] ).</p>
524
    </div>
522
    </div>
525
</div>
523
</div>
526
	<div class="yui-g">
524
<div class="yui-g">
527
    <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
525
    <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
528
    <div class="yui-u first">
526
    <div class="yui-u first">
529
            <fieldset>
527
            <fieldset>
Lines 636-644 $(document).ready(function () { Link Here
636
            </td>
634
            </td>
637
           </tr>
635
           </tr>
638
        [% END %]
636
        [% END %]
639
    </table></div>
637
    </table>
640
[% END %]
638
[% END %]
641
639
</div>
642
640
</div>
641
<div class="yui-b noprint">
642
    [% INCLUDE 'circ-nav.inc' %]
643
</div>
644
</div>
645
</div>
643
</div>
646
</div>
644
[% INCLUDE 'intranet-bottom.inc' %]
647
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt (-2 / +5 lines)
Lines 15-21 Link Here
15
&rsaquo; <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
15
&rsaquo; <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
16
</div>
16
</div>
17
17
18
<div id="doc" class="yui-t7">
18
<div id="doc3" class="yui-t2">
19
  <div id="bd">
19
  <div id="bd">
20
    <div id="yui-main">
20
    <div id="yui-main">
21
      <div class="yui-b">
21
      <div class="yui-b">
Lines 94-98 Updated:<ul> Link Here
94
94
95
      </div>
95
      </div>
96
    </div>
96
    </div>
97
  </div>
97
<div class="yui-b noprint">
98
    [% INCLUDE 'circ-nav.inc' %]
99
</div>
100
</div>
98
[% INCLUDE 'intranet-bottom.inc' %]
101
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +6 lines)
Lines 29-38 $(document).ready(function() { Link Here
29
29
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>  &rsaquo; Transfers to your library</div>
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>  &rsaquo; Transfers to your library</div>
31
31
32
<div id="doc" class="yui-t7">
32
<div id="doc3" class="yui-t2">
33
33
34
   <div id="bd">
34
   <div id="bd">
35
	<div id="yui-main">
35
	<div id="yui-main">
36
        <div class="yui-b">
36
	<div class="yui-g">
37
	<div class="yui-g">
37
38
38
	<h1>Transfers made to your library as of [% show_date %]</h1>
39
	<h1>Transfers made to your library as of [% show_date %]</h1>
Lines 96-99 $(document).ready(function() { Link Here
96
</div>
97
</div>
97
</div>
98
</div>
98
</div>
99
</div>
100
<div class="yui-b noprint">
101
    [% INCLUDE 'circ-nav.inc' %]
102
</div>
103
</div>
99
[% INCLUDE 'intranet-bottom.inc' %]
104
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +6 lines)
Lines 52-61 $(document).ready(function() { Link Here
52
[% IF ( run_report ) %] &rsaquo; Results[% END %]
52
[% IF ( run_report ) %] &rsaquo; Results[% END %]
53
</div>
53
</div>
54
54
55
<div id="doc2" class="yui-t7">
55
<div id="doc3" class="yui-t2">
56
56
57
   <div id="bd">
57
   <div id="bd">
58
	<div id="yui-main">
58
	<div id="yui-main">
59
        <div class="yui-b">
59
	<div class="yui-g">
60
	<div class="yui-g">
60
61
61
<h1>Holds queue</h1>
62
<h1>Holds queue</h1>
Lines 221-224 $(document).ready(function() { Link Here
221
</div>
222
</div>
222
</div>
223
</div>
223
</div>
224
</div>
225
<div class="yui-b noprint">
226
    [% INCLUDE 'circ-nav.inc' %]
227
</div>
228
</div>
224
[% INCLUDE 'intranet-bottom.inc' %]
229
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +6 lines)
Lines 31-40 Link Here
31
&rsaquo; <a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a>
31
&rsaquo; <a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a>
32
</div>
32
</div>
33
33
34
<div id="doc3" class="yui-t7">
34
<div id="doc3" class="yui-t2">
35
35
36
   <div id="bd">
36
   <div id="bd">
37
    <div id="yui-main">
37
    <div id="yui-main">
38
    <div class="yui-b">
38
    <div class="yui-g">
39
    <div class="yui-g">
39
40
40
        <h2>Holds awaiting pickup for your library on: [% show_date %]
41
        <h2>Holds awaiting pickup for your library on: [% show_date %]
Lines 194-197 Link Here
194
</div>
195
</div>
195
</div>
196
</div>
196
</div>
197
</div>
198
<div class="yui-b noprint">
199
    [% INCLUDE 'circ-nav.inc' %]
200
</div>
201
</div>
197
[% INCLUDE 'intranet-bottom.inc' %]
202
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-3 / +11 lines)
Lines 59-67 Link Here
59
59
60
    <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Offline circulation</div>
60
    <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Offline circulation</div>
61
61
62
    <div id="doc" class="yui-t7">
62
    <div id="doc3" class="yui-t2">
63
63
64
	    <div id="bd">
64
    <div id="bd">
65
      <div id="yui-main">
66
        <div class="yui-b">
65
67
66
        <h2>Offline circulation</h2>
68
        <h2>Offline circulation</h2>
67
69
Lines 121-126 Link Here
121
123
122
        [% END %]
124
        [% END %]
123
125
124
    </div>
126
    </div></div>
127
128
<div class="yui-b noprint">
129
    [% INCLUDE 'circ-nav.inc' %]
130
</div>
131
132
</div>
125
133
126
    [% INCLUDE 'intranet-bottom.inc' %]
134
    [% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-4 / +8 lines)
Lines 66-74 function CheckForm(f) { Link Here
66
66
67
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; [% IF ( transactions_loaded ) %] <a href="/cgi-bin/koha/offline_circ/process_koc.pl">Offline circulation file upload</a> &rsaquo; Results[% ELSE %] Offline circulation file upload[% END %]</div>
67
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; [% IF ( transactions_loaded ) %] <a href="/cgi-bin/koha/offline_circ/process_koc.pl">Offline circulation file upload</a> &rsaquo; Results[% ELSE %] Offline circulation file upload[% END %]</div>
68
68
69
<div id="doc" class="yui-t7">
69
<div id="doc3" class="yui-t2">
70
70
71
   <div id="bd">
71
   <div id="bd">
72
     <div id="yui-main">
73
       <div class="yui-b">
72
74
73
[% IF ( transactions_loaded ) %]
75
[% IF ( transactions_loaded ) %]
74
  <h2>Koha offline circulation</h2>
76
  <h2>Koha offline circulation</h2>
Lines 114-120 function CheckForm(f) { Link Here
114
     <div id="jobfailed" style="display:none"></div>
116
     <div id="jobfailed" style="display:none"></div>
115
   </form>
117
   </form>
116
[% END %]
118
[% END %]
117
119
</div>
118
120
</div>
121
<div class="yui-b noprint">
122
    [% INCLUDE 'circ-nav.inc' %]
123
</div>
119
</div>
124
</div>
120
[% INCLUDE 'intranet-bottom.inc' %]
125
[% INCLUDE 'intranet-bottom.inc' %]
121
- 

Return to bug 16530