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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Administration &rsaquo; Circulation and fine rules</title>
3
<title>Koha &rsaquo; Administration &rsaquo; Circulation and fine rules</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
[% USE Branches %]
7
<script type="text/javascript">
6
<script type="text/javascript">
8
//<![CDATA[
7
//<![CDATA[
9
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-1 lines)
Lines 4-10 Link Here
4
<title>Koha &rsaquo; Serials &rsaquo; Check expiration</title>
4
<title>Koha &rsaquo; Serials &rsaquo; Check expiration</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
7
[% USE Branches %]
8
<script type="text/javascript" language="JavaScript">
7
<script type="text/javascript" language="JavaScript">
9
// <![CDATA[
8
// <![CDATA[
10
    /**
9
    /**
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (+1 lines)
Lines 1-4 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% USE Branches %]
2
3
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Serials &rsaquo; [% IF ( modify ) %][% bibliotitle |html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</title>
5
<title>Koha &rsaquo; Serials &rsaquo; [% IF ( modify ) %][% bibliotitle |html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</title>
(-)a/reports/cat_issues_top.pl (-3 lines)
Lines 36-43 plugin that shows a stats on borrowers Link Here
36
36
37
=head1 DESCRIPTION
37
=head1 DESCRIPTION
38
38
39
=over 2
40
41
=cut
39
=cut
42
40
43
my $input = new CGI;
41
my $input = new CGI;
44
- 

Return to bug 15758