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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (+2 lines)
Lines 42-47 Link Here
42
        <div class="col-sm-10 col-sm-push-2">
42
        <div class="col-sm-10 col-sm-push-2">
43
            <main>
43
            <main>
44
44
45
                <h1>Circulation statistics for [% title | html %]</h1>
46
45
[% INCLUDE 'blocking_errors.inc' %]
47
[% INCLUDE 'blocking_errors.inc' %]
46
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
48
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
47
<h3>Barcode [% barcode | html %]</h3>
49
<h3>Barcode [% barcode | html %]</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (+2 lines)
Lines 24-29 Link Here
24
24
25
    <div class="main container-fluid">
25
    <div class="main container-fluid">
26
26
27
        <h1>Circulation</h1>
28
27
        <div class="row">
29
        <div class="row">
28
30
29
            <div class="col-sm-5 col-md-4">
31
            <div class="col-sm-5 col-md-4">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (+2 lines)
Lines 60-65 Link Here
60
            <div class="row">
60
            <div class="row">
61
                <div class="col-sm-10 col-sm-push-2">
61
                <div class="col-sm-10 col-sm-push-2">
62
62
63
                    <h1>Checkouts</h1>
64
63
                    [% IF patron %]
65
                    [% IF patron %]
64
                        [% INCLUDE 'members-toolbar.inc' %]
66
                        [% INCLUDE 'members-toolbar.inc' %]
65
                    [% END %]
67
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (+1 lines)
Lines 59-64 Link Here
59
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
59
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
60
        [% END %]
60
        [% END %]
61
            <main>
61
            <main>
62
            <h1>Batch check out</h1>
62
63
63
[% IF patron %]
64
[% IF patron %]
64
[% INCLUDE 'members-toolbar.inc' %]
65
[% INCLUDE 'members-toolbar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-1 / +1 lines)
Lines 38-43 Link Here
38
    <div class="row">
38
    <div class="row">
39
        <div class="col-sm-10 col-sm-push-2">
39
        <div class="col-sm-10 col-sm-push-2">
40
            <main>
40
            <main>
41
                <h1>Offline circulation</h1>
41
42
42
            <audio id="alert_sound" src="[% interface | html %]/prog/sound/critical.ogg" preload="auto"></audio>
43
            <audio id="alert_sound" src="[% interface | html %]/prog/sound/critical.ogg" preload="auto"></audio>
43
            <audio id="success_sound" src="[% interface | html %]/prog/sound/beep.ogg" preload="auto"></audio>
44
            <audio id="success_sound" src="[% interface | html %]/prog/sound/beep.ogg" preload="auto"></audio>
Lines 51-57 Link Here
51
            [% END %]
52
            [% END %]
52
53
53
            <div id="offline-home" class="offline-home">
54
            <div id="offline-home" class="offline-home">
54
                <h1>Offline circulation</h1>
55
                <div class="row">
55
                <div class="row">
56
                    <div class="col-sm-6">
56
                    <div class="col-sm-6">
57
                        <ul>
57
                        <ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-2 / +2 lines)
Lines 54-60 Link Here
54
            <main>
54
            <main>
55
55
56
[% IF ( noreport ) %]
56
[% IF ( noreport ) %]
57
  <h2>Overdue report</h2>
57
  <h1>Overdue report</h1>
58
  <p>Please choose one or more filters to proceed.</p>
58
  <p>Please choose one or more filters to proceed.</p>
59
[% ELSE %]
59
[% ELSE %]
60
60
Lines 124-130 Link Here
124
124
125
[% ELSE %]
125
[% ELSE %]
126
126
127
  <h2>Overdue report</h2>
127
  <h1>Overdue report</h1>
128
  [% IF ( isfiltered ) %]
128
  [% IF ( isfiltered ) %]
129
    <p>There are no overdues matching your search. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a></p>
129
    <p>There are no overdues matching your search. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a></p>
130
  [% ELSE %]
130
  [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
            </div>
57
            </div>
58
        [% END %]
58
        [% END %]
59
59
60
<h2>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h2>
60
<h1>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h1>
61
<h3>Reported on [% todaysdate | $KohaDates %]</h3>
61
<h3>Reported on [% todaysdate | $KohaDates %]</h3>
62
<p>The following holds have not been filled. Please retrieve them and check them in.</p>
62
<p>The following holds have not been filled. Please retrieve them and check them in.</p>
63
<div id="searchresults">
63
<div id="searchresults">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-3 / +3 lines)
Lines 44-50 Link Here
44
44
45
                [% IF error %]
45
                [% IF error %]
46
                    <div class="dialog alert">
46
                    <div class="dialog alert">
47
                        <h3>Cannot renew:</h3>
47
                        <h1>Cannot renew:</h1>
48
48
49
                            [% IF error == "no_item" %]
49
                            [% IF error == "no_item" %]
50
50
Lines 178-184 Link Here
178
178
179
                [% IF date_due %]
179
                [% IF date_due %]
180
                    <div class="dialog message">
180
                    <div class="dialog message">
181
                        <h3>Item renewed:</h3>
181
                        <h1>Item renewed:</h1>
182
                        <p>
182
                        <p>
183
                            [% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %]
183
                            [% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %]
184
                            ( <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> )
184
                            ( <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 193-199 Link Here
193
                <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" >
193
                <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" >
194
194
195
                    <fieldset>
195
                    <fieldset>
196
                        <h2>Renew</h2>
196
                        <h1>Renew</h1>
197
197
198
                        [% IF Koha.Preference('UnseenRenewals') %]
198
                        [% IF Koha.Preference('UnseenRenewals') %]
199
                            <div class="renew_formfield">
199
                            <div class="renew_formfield">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-1 / +3 lines)
Lines 80-86 Link Here
80
        </ol>
80
        </ol>
81
    </nav>
81
    </nav>
82
82
83
[% INCLUDE 'blocking_errors.inc' %]
84
<div class="main container-fluid">
83
<div class="main container-fluid">
85
    <div class="row">
84
    <div class="row">
86
        <div class="col-sm-10 col-sm-push-2">
85
        <div class="col-sm-10 col-sm-push-2">
Lines 95-100 Link Here
95
                        [% END %]
94
                        [% END %]
96
                        </div>
95
                        </div>
97
                    [% END %]
96
                    [% END %]
97
98
                    [% INCLUDE 'blocking_errors.inc' %]
99
98
                    [% IF no_patrons_found %]
100
                    [% IF no_patrons_found %]
99
                        <div class="dialog alert">
101
                        <div class="dialog alert">
100
                            <h3>Patron not found</h3>
102
                            <h3>Patron not found</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 746-752 Link Here
746
                        <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
746
                        <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
747
                            <fieldset id="circ_returns_checkin">
747
                            <fieldset id="circ_returns_checkin">
748
                                <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>
748
                                <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>
749
                                <h3>Check in</h3>
749
                                <h1>Check in</h1>
750
                                <div class="row">
750
                                <div class="row">
751
                                    <div class="col-sm-6">
751
                                    <div class="col-sm-6">
752
                                        <div class="hint">Enter item barcode:</div>
752
                                        <div class="hint">Enter item barcode:</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (+2 lines)
Lines 42-49 Link Here
42
42
43
                [% IF Koha.Preference('CircSidebar') %]
43
                [% IF Koha.Preference('CircSidebar') %]
44
                    <div class="col-sm-10 col-sm-push-2">
44
                    <div class="col-sm-10 col-sm-push-2">
45
                    <h1>Set library</h1>
45
                [% ELSE %]
46
                [% ELSE %]
46
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
47
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
48
                    <h1>Set library</h1>
47
                [% END %]
49
                [% END %]
48
50
49
51
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +3 lines)
Lines 41-49 Link Here
41
                    <div class="col-sm-12">
41
                    <div class="col-sm-12">
42
                [% END %]
42
                [% END %]
43
43
44
        <h2>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]
44
            <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1>
45
            <h2>
45
            [% IF ( all_branches_link ) %]
46
            [% IF ( all_branches_link ) %]
46
            <span style="margin-left:20px"><a href="[% all_branches_link | url %]">
47
            <span><a href="[% all_branches_link | url %]">
47
            View all libraries</a></span>
48
            View all libraries</a></span>
48
            [% END %]
49
            [% END %]
49
        </h2>
50
        </h2>
50
- 

Return to bug 27631