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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-1 / +3 lines)
Lines 14-20 Link Here
14
<div id="breadcrumbs">
14
<div id="breadcrumbs">
15
    <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
    <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
    &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
16
    &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
17
    [% UNLESS blocking_error %]&rsaquo; Circulation statistics for [% title |html %][% END %]
17
    [% UNLESS blocking_error %]&rsaquo; Circulation statistics for [% title | html %][% END %]
18
</div>
18
</div>
19
19
20
<div class="main container-fluid">
20
<div class="main container-fluid">
Lines 22-27 Link Here
22
        <div class="col-sm-10 col-sm-push-2">
22
        <div class="col-sm-10 col-sm-push-2">
23
            <main>
23
            <main>
24
24
25
                <h1>Circulation statistics for [% title | html %]</h1>
26
25
[% INCLUDE 'blocking_errors.inc' %]
27
[% INCLUDE 'blocking_errors.inc' %]
26
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
28
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
27
<h3>Barcode [% barcode | html %]</h3>
29
<h3>Barcode [% barcode | html %]</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (+2 lines)
Lines 13-18 Link Here
13
13
14
    <div class="main container-fluid">
14
    <div class="main container-fluid">
15
15
16
        <h1>Circulation</h1>
17
16
        <div class="row">
18
        <div class="row">
17
19
18
            <div class="col-sm-5 col-md-4">
20
            <div class="col-sm-5 col-md-4">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (+2 lines)
Lines 41-46 Link Here
41
            <div class="row">
41
            <div class="row">
42
                <div class="col-sm-10 col-sm-push-2">
42
                <div class="col-sm-10 col-sm-push-2">
43
43
44
                    <h1>Checkouts</h1>
45
44
                    [% IF patron %]
46
                    [% IF patron %]
45
                        [% INCLUDE 'members-toolbar.inc' %]
47
                        [% INCLUDE 'members-toolbar.inc' %]
46
                    [% END %]
48
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (+1 lines)
Lines 37-42 Link Here
37
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
37
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
38
        [% END %]
38
        [% END %]
39
            <main>
39
            <main>
40
            <h1>Batch check out</h1>
40
41
41
[% IF patron %]
42
[% IF patron %]
42
[% INCLUDE 'members-toolbar.inc' %]
43
[% INCLUDE 'members-toolbar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-1 / +1 lines)
Lines 28-33 Link Here
28
    <div class="row">
28
    <div class="row">
29
        <div class="col-sm-10 col-sm-push-2">
29
        <div class="col-sm-10 col-sm-push-2">
30
            <main>
30
            <main>
31
                <h1>Offline circulation</h1>
31
32
32
            <audio id="alert_sound" src="[% interface | html %]/prog/sound/critical.ogg" preload="auto"></audio>
33
            <audio id="alert_sound" src="[% interface | html %]/prog/sound/critical.ogg" preload="auto"></audio>
33
            <audio id="success_sound" src="[% interface | html %]/prog/sound/beep.ogg" preload="auto"></audio>
34
            <audio id="success_sound" src="[% interface | html %]/prog/sound/beep.ogg" preload="auto"></audio>
Lines 41-47 Link Here
41
            [% END %]
42
            [% END %]
42
43
43
            <div id="offline-home" class="offline-home">
44
            <div id="offline-home" class="offline-home">
44
                <h1>Offline circulation</h1>
45
                <div class="row">
45
                <div class="row">
46
                    <div class="col-sm-6">
46
                    <div class="col-sm-6">
47
                        <ul>
47
                        <ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-2 / +2 lines)
Lines 27-33 Link Here
27
            <main>
27
            <main>
28
28
29
[% IF ( noreport ) %]
29
[% IF ( noreport ) %]
30
  <h2>Overdue report</h2>
30
  <h1>Overdue report</h1>
31
  <p>Please choose one or more filters to proceed.</p>
31
  <p>Please choose one or more filters to proceed.</p>
32
[% ELSE %]
32
[% ELSE %]
33
33
Lines 95-101 Link Here
95
95
96
[% ELSE %]
96
[% ELSE %]
97
97
98
  <h2>Overdue report</h2>
98
  <h1>Overdue report</h1>
99
  [% IF ( isfiltered ) %]
99
  [% IF ( isfiltered ) %]
100
    <p>There are no overdues matching your search. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a></p>
100
    <p>There are no overdues matching your search. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a></p>
101
  [% ELSE %]
101
  [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
            </div>
43
            </div>
44
        [% END %]
44
        [% END %]
45
45
46
<h2>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h2>
46
<h1>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h1>
47
<h3>Reported on [% todaysdate | $KohaDates %]</h3>
47
<h3>Reported on [% todaysdate | $KohaDates %]</h3>
48
<p>The following holds have not been filled. Please retrieve them and check them in.</p>
48
<p>The following holds have not been filled. Please retrieve them and check them in.</p>
49
<div id="searchresults">
49
<div id="searchresults">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-3 / +3 lines)
Lines 30-36 Link Here
30
30
31
                [% IF error %]
31
                [% IF error %]
32
                    <div class="dialog alert">
32
                    <div class="dialog alert">
33
                        <h3>Cannot renew:</h3>
33
                        <h1>Cannot renew:</h1>
34
34
35
                            [% IF error == "no_item" %]
35
                            [% IF error == "no_item" %]
36
36
Lines 164-170 Link Here
164
164
165
                [% IF date_due %]
165
                [% IF date_due %]
166
                    <div class="dialog message">
166
                    <div class="dialog message">
167
                        <h3>Item renewed:</h3>
167
                        <h1>Item renewed:</h1>
168
                        <p>
168
                        <p>
169
                            [% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %]
169
                            [% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %]
170
                            ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblio.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> )
170
                            ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblio.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> )
Lines 179-185 Link Here
179
                <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" >
179
                <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" >
180
180
181
                    <fieldset>
181
                    <fieldset>
182
                        <h2>Renew</h2>
182
                        <h1>Renew</h1>
183
183
184
                        [% IF Koha.Preference('UnseenRenewals') %]
184
                        [% IF Koha.Preference('UnseenRenewals') %]
185
                            <div class="renew_formfield">
185
                            <div class="renew_formfield">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-1 / +3 lines)
Lines 27-39 Link Here
27
        [% END %]
27
        [% END %]
28
    </div>
28
    </div>
29
29
30
[% INCLUDE 'blocking_errors.inc' %]
31
<div class="main container-fluid">
30
<div class="main container-fluid">
32
    <div class="row">
31
    <div class="row">
33
        <div class="col-sm-10 col-sm-push-2">
32
        <div class="col-sm-10 col-sm-push-2">
34
            <main>
33
            <main>
35
34
36
                    <h1>Request article from [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
35
                    <h1>Request article from [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
36
37
[% INCLUDE 'blocking_errors.inc' %]
38
37
                    [% IF no_patrons_found %]
39
                    [% IF no_patrons_found %]
38
                        <div class="dialog alert">
40
                        <div class="dialog alert">
39
                            <h3>Patron not found</h3>
41
                            <h3>Patron not found</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 725-731 Link Here
725
                        <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
725
                        <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
726
                            <fieldset id="circ_returns_checkin">
726
                            <fieldset id="circ_returns_checkin">
727
                                <div class="show_checkin_dialog" style="float:right;display:none"><button type="button" class="btn btn-default btn-sm" data-toggle="tooltip" title="Show the last checkin message"><i class="fa fa-info"></i></button></div>
727
                                <div class="show_checkin_dialog" style="float:right;display:none"><button type="button" class="btn btn-default btn-sm" data-toggle="tooltip" title="Show the last checkin message"><i class="fa fa-info"></i></button></div>
728
                                <h3>Check in</h3>
728
                                <h1>Check in</h1>
729
                                <div class="row">
729
                                <div class="row">
730
                                    <div class="col-sm-6">
730
                                    <div class="col-sm-6">
731
                                        <div class="hint">Enter item barcode:</div>
731
                                        <div class="hint">Enter item barcode:</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (+2 lines)
Lines 34-41 Link Here
34
34
35
                [% IF Koha.Preference('CircSidebar') %]
35
                [% IF Koha.Preference('CircSidebar') %]
36
                    <div class="col-sm-10 col-sm-push-2">
36
                    <div class="col-sm-10 col-sm-push-2">
37
                    <h1>Set library</h1>
37
                [% ELSE %]
38
                [% ELSE %]
38
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
39
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
40
                    <h1>Set library</h1>
39
                [% END %]
41
                [% END %]
40
42
41
43
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +3 lines)
Lines 31-39 Link Here
31
                    <div class="col-sm-12">
31
                    <div class="col-sm-12">
32
                [% END %]
32
                [% END %]
33
33
34
        <h2>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]
34
            <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1>
35
            <h2>
35
            [% IF ( all_branches_link ) %]
36
            [% IF ( all_branches_link ) %]
36
            <span style="margin-left:20px"><a href="[% all_branches_link | url %]">
37
            <span><a href="[% all_branches_link | url %]">
37
            View all libraries</a></span>
38
            View all libraries</a></span>
38
            [% END %]
39
            [% END %]
39
        </h2>
40
        </h2>
40
- 

Return to bug 27631