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 59-64 Link Here
59
            <div class="row">
59
            <div class="row">
60
                <div class="col-sm-10 col-sm-push-2">
60
                <div class="col-sm-10 col-sm-push-2">
61
61
62
                    <h1>Checkouts</h1>
63
62
                    [% IF patron %]
64
                    [% IF patron %]
63
                        [% INCLUDE 'members-toolbar.inc' %]
65
                        [% INCLUDE 'members-toolbar.inc' %]
64
                    [% END %]
66
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (+1 lines)
Lines 57-62 Link Here
57
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
57
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
58
        [% END %]
58
        [% END %]
59
            <main>
59
            <main>
60
            <h1>Batch check out</h1>
60
61
61
[% IF patron %]
62
[% IF patron %]
62
[% INCLUDE 'members-toolbar.inc' %]
63
[% 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 40-46 Link Here
40
            <main>
40
            <main>
41
41
42
[% IF ( noreport ) %]
42
[% IF ( noreport ) %]
43
  <h2>Overdue report</h2>
43
  <h1>Overdue report</h1>
44
  <p>Please choose one or more filters to proceed.</p>
44
  <p>Please choose one or more filters to proceed.</p>
45
[% ELSE %]
45
[% ELSE %]
46
46
Lines 108-114 Link Here
108
108
109
[% ELSE %]
109
[% ELSE %]
110
110
111
  <h2>Overdue report</h2>
111
  <h1>Overdue report</h1>
112
  [% IF ( isfiltered ) %]
112
  [% IF ( isfiltered ) %]
113
    <p>There are no overdues matching your search. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a></p>
113
    <p>There are no overdues matching your search. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a></p>
114
  [% ELSE %]
114
  [% 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 39-51 Link Here
39
        </ol>
39
        </ol>
40
    </nav>
40
    </nav>
41
41
42
[% INCLUDE 'blocking_errors.inc' %]
43
<div class="main container-fluid">
42
<div class="main container-fluid">
44
    <div class="row">
43
    <div class="row">
45
        <div class="col-sm-10 col-sm-push-2">
44
        <div class="col-sm-10 col-sm-push-2">
46
            <main>
45
            <main>
47
46
48
                    <h1>Request article from [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
47
                    <h1>Request article from [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
48
49
[% INCLUDE 'blocking_errors.inc' %]
50
49
                    [% IF no_patrons_found %]
51
                    [% IF no_patrons_found %]
50
                        <div class="dialog alert">
52
                        <div class="dialog alert">
51
                            <h3>Patron not found</h3>
53
                            <h3>Patron not found</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 739-745 Link Here
739
                        <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
739
                        <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
740
                            <fieldset id="circ_returns_checkin">
740
                            <fieldset id="circ_returns_checkin">
741
                                <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>
741
                                <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>
742
                                <h3>Check in</h3>
742
                                <h1>Check in</h1>
743
                                <div class="row">
743
                                <div class="row">
744
                                    <div class="col-sm-6">
744
                                    <div class="col-sm-6">
745
                                        <div class="hint">Enter item barcode:</div>
745
                                        <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 40-48 Link Here
40
                    <div class="col-sm-12">
40
                    <div class="col-sm-12">
41
                [% END %]
41
                [% END %]
42
42
43
        <h2>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]
43
            <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1>
44
            <h2>
44
            [% IF ( all_branches_link ) %]
45
            [% IF ( all_branches_link ) %]
45
            <span style="margin-left:20px"><a href="[% all_branches_link | url %]">
46
            <span><a href="[% all_branches_link | url %]">
46
            View all libraries</a></span>
47
            View all libraries</a></span>
47
            [% END %]
48
            [% END %]
48
        </h2>
49
        </h2>
49
- 

Return to bug 27631