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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-1 / +1 lines)
Lines 15-23 Link Here
15
        <div class="col-sm-10 col-sm-push-2">
15
        <div class="col-sm-10 col-sm-push-2">
16
            <main>
16
            <main>
17
17
18
<h1>Acquisitions statistics </h1>
18
[% IF ( do_it ) %]
19
[% IF ( do_it ) %]
19
	[% FOREACH mainloo IN mainloop %]
20
	[% FOREACH mainloo IN mainloop %]
20
		<h1>Acquisitions statistics </h1>
21
        [% IF ( mainloo.loopfilter.size ) %]
21
        [% IF ( mainloo.loopfilter.size ) %]
22
            <p><strong>Filtered on:</strong></p>
22
            <p><strong>Filtered on:</strong></p>
23
            [% FOREACH loopfilte IN mainloo.loopfilter %]
23
            [% FOREACH loopfilte IN mainloo.loopfilter %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-1 / +1 lines)
Lines 21-29 Link Here
21
        <div class="col-sm-10 col-sm-push-2">
21
        <div class="col-sm-10 col-sm-push-2">
22
            <main>
22
            <main>
23
23
24
<h1>Patrons statistics</h1>
24
[% IF ( do_it ) %]
25
[% IF ( do_it ) %]
25
	[% FOREACH mainloo IN mainloop %]
26
	[% FOREACH mainloo IN mainloop %]
26
		<h1>Patrons statistics</h1>
27
        [% IF ( mainloo.loopfilter.size>0 ) %]
27
        [% IF ( mainloo.loopfilter.size>0 ) %]
28
            <p>Filtered on:</p>
28
            <p>Filtered on:</p>
29
			[% FOREACH loopfilte IN mainloo.loopfilter %]
29
			[% FOREACH loopfilte IN mainloo.loopfilter %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-1 / +1 lines)
Lines 16-24 Link Here
16
        <div class="col-sm-10 col-sm-push-2">
16
        <div class="col-sm-10 col-sm-push-2">
17
            <main>
17
            <main>
18
18
19
<h1>Catalog statistics</h1>
19
[% IF ( do_it ) %]
20
[% IF ( do_it ) %]
20
	[% FOREACH mainloo IN mainloop %]
21
	[% FOREACH mainloo IN mainloop %]
21
		<h1>Catalog statistics</h1>
22
		[% IF ( mainloo.loopfilter ) %]
22
		[% IF ( mainloo.loopfilter ) %]
23
            <p>Filtered on:</p>
23
            <p>Filtered on:</p>
24
			[% FOREACH loopfilte IN mainloo.loopfilter %]
24
			[% FOREACH loopfilte IN mainloo.loopfilter %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt (+1 lines)
Lines 3-8 Link Here
3
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
    </head>
4
    </head>
5
    <body id="rep_report_convert" class="rep">
5
    <body id="rep_report_convert" class="rep">
6
        <h1>Convert report</h1>
6
        <div>
7
        <div>
7
            [% IF msg == 'no_report' %]
8
            [% IF msg == 'no_report' %]
8
                There is no valid report for this id.
9
                There is no valid report for this id.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +4 lines)
Lines 125-131 Link Here
125
                [% INCLUDE "reports-toolbar.inc" %]
125
                [% INCLUDE "reports-toolbar.inc" %]
126
126
127
                [% IF ( start ) %]
127
                [% IF ( start ) %]
128
                    <h2>Guided reports</h2>
128
                    <h1>Guided reports</h1>
129
                    <p>Use the guided reports engine to create non standard reports. This feature aims to provide some middle ground between the built in canned reports and writing custom SQL reports.</p>
129
                    <p>Use the guided reports engine to create non standard reports. This feature aims to provide some middle ground between the built in canned reports and writing custom SQL reports.</p>
130
130
131
                    <h3>Build and run reports</h3>
131
                    <h3>Build and run reports</h3>
Lines 172-179 Link Here
172
                [% END %]
172
                [% END %]
173
173
174
                [% IF ( saved1 ) %]
174
                [% IF ( saved1 ) %]
175
                    [% IF ( savedreports ) %]
176
                        <h1>Saved reports</h1>
175
                        <h1>Saved reports</h1>
176
                    [% IF ( savedreports ) %]
177
177
178
                        [% IF ( filters.date || filters.author || filters.keyword ) %]
178
                        [% IF ( filters.date || filters.author || filters.keyword ) %]
179
                            <p>Filtered by:
179
                            <p>Filtered by:
Lines 1058-1063 Link Here
1058
                [% END #/IF ( execute ) %]
1058
                [% END #/IF ( execute ) %]
1059
1059
1060
                [% IF ( create ) %]
1060
                [% IF ( create ) %]
1061
                    <h1>Create from SQL</h1>
1061
                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form">
1062
                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form">
1062
                        <fieldset class="rows">
1063
                        <fieldset class="rows">
1063
                            <legend>Create report from SQL</legend>
1064
                            <legend>Create report from SQL</legend>
Lines 1142-1147 Link Here
1142
                [% END # /IF saved_results %]
1143
                [% END # /IF saved_results %]
1143
1144
1144
                [% IF ( showsql ) %]
1145
                [% IF ( showsql ) %]
1146
                <h1>Saved reports - SQL</h1>
1145
                    <fieldset class="rows">
1147
                    <fieldset class="rows">
1146
                        <legend>[% reportname | html %]</legend>
1148
                        <legend>[% reportname | html %]</legend>
1147
                        <ol>
1149
                        <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-1 / +1 lines)
Lines 16-24 Link Here
16
        <div class="col-sm-10 col-sm-push-2">
16
        <div class="col-sm-10 col-sm-push-2">
17
            <main>
17
            <main>
18
18
19
<h1>Average checkout period</h1>
19
[% IF ( do_it ) %]
20
[% IF ( do_it ) %]
20
	[% FOREACH mainloo IN mainloop %]
21
	[% FOREACH mainloo IN mainloop %]
21
        <h1>Average checkout period</h1>
22
		[% IF ( mainloo.loopfilter ) %]
22
		[% IF ( mainloo.loopfilter ) %]
23
            <p>Filtered on:</p>
23
            <p>Filtered on:</p>
24
			[% FOREACH loopfilte IN mainloo.loopfilter %]
24
			[% FOREACH loopfilte IN mainloo.loopfilter %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-1 / +1 lines)
Lines 19-27 Link Here
19
        <div class="col-sm-10 col-sm-push-2">
19
        <div class="col-sm-10 col-sm-push-2">
20
            <main>
20
            <main>
21
21
22
<h1>Circulation statistics</h1>
22
[% IF ( do_it ) %]
23
[% IF ( do_it ) %]
23
    [% FOREACH mainloo IN mainloop %]
24
    [% FOREACH mainloo IN mainloop %]
24
        <h1>Circulation statistics</h1>
25
        [% IF ( mainloo.loopfilter ) %]
25
        [% IF ( mainloo.loopfilter ) %]
26
            <p>Filtered on:</p>
26
            <p>Filtered on:</p>
27
            <ul>
27
            <ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +1 lines)
Lines 49-55 Link Here
49
	</table>
49
	</table>
50
[% END %]
50
[% END %]
51
[% ELSE %]
51
[% ELSE %]
52
        <h3>View a count of items held at your library grouped by item type</h3>
52
        <h1>View a count of items held at your library grouped by item type</h1>
53
        <form method="post" action="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">
53
        <form method="post" action="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">
54
          <fieldset class="rows">
54
          <fieldset class="rows">
55
            <ol>
55
            <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
<div class="main container-fluid">
13
<div class="main container-fluid">
14
    <div class="row">
14
    <div class="row">
15
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
15
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
16
16
            <h1>Reports</h1>
17
            <div class="row">
17
            <div class="row">
18
                <div class="col-xs-6">
18
                <div class="col-xs-6">
19
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-1 / +1 lines)
Lines 20-28 Link Here
20
            <main>
20
            <main>
21
21
22
22
23
<h1>Holds statistics</h1>
23
[% IF ( do_it ) %]
24
[% IF ( do_it ) %]
24
    [% IF ( mainloop ) %]
25
    [% IF ( mainloop ) %]
25
        <h1>Holds statistics</h1>
26
        [% IF ( loopfilter ) %]
26
        [% IF ( loopfilter ) %]
27
            <p>Filtered on:</p>
27
            <p>Filtered on:</p>
28
            <ul>
28
            <ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
        <div class="col-sm-10 col-sm-push-2">
15
        <div class="col-sm-10 col-sm-push-2">
16
            <main>
16
            <main>
17
17
18
<h2>Preview routing list for <em>[% title | html %]</em></h2>
18
<h1>Preview routing list for <em>[% title | html %]</em></h1>
19
19
20
<form method="post" action="routing-preview.pl">
20
<form method="post" action="routing-preview.pl">
21
<input type="hidden" id="subscriptionid" name="subscriptionid" value="[% subscriptionid | html %]" />
21
<input type="hidden" id="subscriptionid" name="subscriptionid" value="[% subscriptionid | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
    <div class="row">
21
    <div class="row">
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
[% INCLUDE 'blocking_errors.inc' %]
25
24
26
[% IF ( op ) %]
25
[% IF ( op ) %]
27
<h1>Create routing list for <em>[% title | html %]</em></h1>
26
<h1>Create routing list for <em>[% title | html %]</em></h1>
Lines 29-34 Link Here
29
<h1>Edit routing list for <em>[% title | html %]</em></h1>
28
<h1>Edit routing list for <em>[% title | html %]</em></h1>
30
[% END %]
29
[% END %]
31
30
31
[% INCLUDE 'blocking_errors.inc' %]
32
<form method="post" action="routing.pl">
32
<form method="post" action="routing.pl">
33
<input type="hidden" name="op" value="save" />
33
<input type="hidden" name="op" value="save" />
34
<input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
34
<input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-2 / +3 lines)
Lines 90-100 $(document).ready(function() { Link Here
90
        <div class="col-sm-10 col-sm-push-2">
90
        <div class="col-sm-10 col-sm-push-2">
91
            <main>
91
            <main>
92
92
93
    [% INCLUDE 'modals/serials_multi_receiving.inc' %]
94
95
<h1>Serial edition <em>[% bibliotitle | html %]</em>
93
<h1>Serial edition <em>[% bibliotitle | html %]</em>
96
    [% IF location %] ([% AuthorisedValues.GetByCode('LOC', location) | html %])[% END %]
94
    [% IF location %] ([% AuthorisedValues.GetByCode('LOC', location) | html %])[% END %]
97
    [% IF ( callnumber ) %] callnumber: [% callnumber | html %][% END %]</h1>
95
    [% IF ( callnumber ) %] callnumber: [% callnumber | html %][% END %]</h1>
96
97
    [% INCLUDE 'modals/serials_multi_receiving.inc' %]
98
98
[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html | html_line_break %]</p>[% END %]
99
[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html | html_line_break %]</p>[% END %]
99
<form method="post" name="f" class="noEnterSubmit" action="serials-edit.pl" id="serials_edit">
100
<form method="post" name="f" class="noEnterSubmit" action="serials-edit.pl" id="serials_edit">
100
101
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt (+2 lines)
Lines 20-25 Link Here
20
20
21
      [% INCLUDE 'serials-toolbar.inc' %]
21
      [% INCLUDE 'serials-toolbar.inc' %]
22
22
23
            <h1>Serials</h1>
24
23
            </main>
25
            </main>
24
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
26
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
25
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-2 / +2 lines)
Lines 207-215 Link Here
207
      [% INCLUDE 'serials-toolbar.inc' %]
207
      [% INCLUDE 'serials-toolbar.inc' %]
208
208
209
      [% IF ( done_searched ) %]
209
      [% IF ( done_searched ) %]
210
        <h2>Serials subscriptions ([% total | html %] found)</h2>
210
        <h1>Serials subscriptions ([% total | html %] found)</h1>
211
      [% ELSE %]
211
      [% ELSE %]
212
        <h2>Serials subscriptions search</h2>
212
        <h1>Serials subscriptions search</h1>
213
      [% END %]
213
      [% END %]
214
214
215
      [% UNLESS ( done_searched ) %]
215
      [% UNLESS ( done_searched ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
<h2>Prediction pattern</h1>
2
<h2>Prediction pattern</h2>
3
[% IF (not_consistent_end_date) %]
3
[% IF (not_consistent_end_date) %]
4
  <p><em>End date is not consistent with subscription length.</em></p>
4
  <p><em>End date is not consistent with subscription length.</em></p>
5
[% END %]
5
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt (-1 / +2 lines)
Lines 13-18 Link Here
13
<body id="ser_subscription-renew" class="ser">
13
<body id="ser_subscription-renew" class="ser">
14
    <div class="container-fluid">
14
    <div class="container-fluid">
15
15
16
        <h1>Serials subscription renew</h1>
17
16
[% INCLUDE 'blocking_errors.inc' %]
18
[% INCLUDE 'blocking_errors.inc' %]
17
19
18
[% IF op == 'renew' OR op =='multi_renew' %]
20
[% IF op == 'renew' OR op =='multi_renew' %]
19
- 

Return to bug 27631