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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt (-1 / +7 lines)
Lines 1-6 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Select vendor &rsaquo; Serials &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Vendor search results") | html %] &rsaquo;
7
    [% t("Serials") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
11
</head>
6
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Search for vendor &rsaquo; Serials &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Search for vendor") | html %] &rsaquo;
6
    [% t("Serials") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
10
</head>
5
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-12 / +12 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Check expiration &rsaquo; Serials &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Check expiration") | html %] &rsaquo;
9
    [% t("Serials") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
13
</head>
9
14
Lines 71-88 Link Here
71
</form>
76
</form>
72
77
73
[% IF ( subscriptions_loop ) %]
78
[% IF ( subscriptions_loop ) %]
74
<p>
79
<h2>
75
    <strong>[% numsubscription | html %]</strong> subscription(s)
80
    [% expirydate = date | $KohaDates %]
76
        [% IF ( title ) %]
81
    [% tnx("Your search returned 1 subscription expiring before {date}", "Your search returned {count} subscriptions expiring before {date}", numsubscription, { date = expirydate, count = numsubscription }) %]
77
        with title matching <span class="title">[% title | html %]</class>
82
</h2>
78
        [% IF ( issn ) %]and [% END %]
79
    [% END %]
80
    [% IF ( issn ) %]
81
        with ISSN matching <strong>[% issn | html %]</strong>
82
    [% END %]
83
        will expire before <strong>[% date | $KohaDates %]</strong>
84
</p>
85
83
84
<div class="page-section">
86
<div class="checkexpiration-table_table_controls">
85
<div class="checkexpiration-table_table_controls">
87
    <a href="#" class="SelectAll"><i class="fa fa-check"></i> Select all</a> |
86
    <a href="#" class="SelectAll"><i class="fa fa-check"></i> Select all</a> |
88
    <a href="#" class="ClearAll"><i class="fa fa-times"></i> Clear all</a>
87
    <a href="#" class="ClearAll"><i class="fa fa-times"></i> Clear all</a>
Lines 138-143 Link Here
138
        </tr>
137
        </tr>
139
    [% END %]
138
    [% END %]
140
    </table>
139
    </table>
140
    </div> <!-- .page-section -->
141
[% ELSIF searched %]
141
[% ELSIF searched %]
142
    <p>No results for your query</p>
142
    <p>No results for your query</p>
143
[% END %]
143
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +9 lines)
Lines 3-11 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
    <title>[% IF ( supplierid ) -%] Claims for [% suppliername | html %] &rsaquo; [% END %] Claims &rsaquo; Serials &rsaquo; Koha</title>
9
    <title>[% FILTER collapse %]
10
        [% IF( supplierid ) %]
11
            [% tx("Claims for {vendor}", { vendor = suppliername }) | html %] &rsaquo;
12
        [% END %]
13
        [% t("Claims") | html %] &rsaquo;
14
        [% t("Serials") | html %] &rsaquo;
15
        [% t("Koha") | html %]
16
    [% END %]</title>
9
    [% INCLUDE 'doc-head-close.inc' %]
17
    [% INCLUDE 'doc-head-close.inc' %]
10
</head>
18
</head>
11
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt (-1 / +7 lines)
Lines 1-6 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Search results &rsaquo; Serials &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Search results") | html %] &rsaquo;
7
    [% t("Serials") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
11
</head>
6
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt (-2 / +8 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
2
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Routing slip preview &rsaquo; Serials &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% tx("Routing slip for {title}", { title = title }) | html %] &rsaquo;
8
    [% t("Serials") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
<style media="print">
12
<style media="print">
8
     #ser_routing-preview-slip { min-width:0; width:auto; }
13
     #ser_routing-preview-slip { min-width:0; width:auto; }
Lines 11-16 Link Here
11
16
12
<body id="ser_routing-preview-slip" class="ser">
17
<body id="ser_routing-preview-slip" class="ser">
13
    <div class="container-fluid">
18
    <div class="container-fluid">
19
        <h1>[% tx("Routing slip for {title}", { title = title }) | html %]</h1>
14
        <div class="page-section">
20
        <div class="page-section">
15
<table>
21
<table>
16
    <tr>
22
    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt (-1 / +7 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Preview routing list &rsaquo; Serials &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Preview routing list") | html %] &rsaquo;
7
    [% title | html %] &rsaquo;
8
    [% t("Serials") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
12
</head>
7
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-5 / +15 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'patron-search.inc' %]
6
[% PROCESS 'patron-search.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% IF ( op ) %]Create routing list[% ELSE %]Edit routing list[% END %] &rsaquo; [% title | html %] &rsaquo; Serials &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% IF( op ) %]
10
        [% t("New routing list") | html %]
11
    [% ELSE %]
12
        [% t("Modify routing list") | html %]
13
    [% END %] &rsaquo;
14
    [% title | html %] &rsaquo;
15
    [% t("Serials") | html %] &rsaquo;
16
    [% t("Koha") | html %]
17
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
19
</head>
10
<body id="ser_routing" class="ser">
20
<body id="ser_routing" class="ser">
Lines 23-31 Link Here
23
            [% END %]
33
            [% END %]
24
            [% WRAPPER breadcrumb_item bc_active= 1 %]
34
            [% WRAPPER breadcrumb_item bc_active= 1 %]
25
                [% IF ( op ) %]
35
                [% IF ( op ) %]
26
                    <span>Create routing list</span>
36
                    <span>New routing list</span>
27
                [% ELSE %]
37
                [% ELSE %]
28
                    <span>Edit routing list</span>
38
                    <span>Modify routing list</span>
29
                [% END %]
39
                [% END %]
30
            [% END %]
40
            [% END %]
31
        [% END # UNLESS blocking_error %]
41
        [% END # UNLESS blocking_error %]
Lines 39-47 Link Here
39
                [% INCLUDE 'messages.inc' %]
49
                [% INCLUDE 'messages.inc' %]
40
50
41
[% IF ( op ) %]
51
[% IF ( op ) %]
42
<h1>Create routing list for <em>[% title | html %]</em></h1>
52
    <h1>New routing list for <em>[% title | html %]</em></h1>
43
[% ELSE %]
53
[% ELSE %]
44
<h1>Edit routing list for <em>[% title | html %]</em></h1>
54
    <h1>Modify routing list for <em>[% title | html %]</em></h1>
45
[% END %]
55
[% END %]
46
56
47
<form method="post" action="routing.pl">
57
<form method="post" action="routing.pl">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 / +7 lines)
Lines 4-12 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE HtmlTags %]
5
[% USE HtmlTags %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Serial collection information for [% bibliotitle | html %] &rsaquo; Serials &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Serial collection information") | html %] &rsaquo;
12
    [% bibliotitle | html %] &rsaquo;
13
    [% t("Serials") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
17
</head>
12
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-1 / +14 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% PROCESS 'i18n.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Serial edition [% bibliotitle | html %] &rsaquo; Serials &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Serial edition") | html %]
8
    [% IF ( callnumber ) %]
9
         ([% callnumber | html %])
10
    [% END %] &rsaquo;
11
    [% bibliotitle | html %] &rsaquo;
12
    [% t("Serials") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.js("js/cataloging.js") | $raw %]
16
[% Asset.js("js/cataloging.js") | $raw %]
8
[% INCLUDE 'calendar.inc' %]
17
[% INCLUDE 'calendar.inc' %]
Lines 132-137 $(document).ready(function() { Link Here
132
    [% FOREACH subscription IN subscriptions %]
141
    [% FOREACH subscription IN subscriptions %]
133
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
142
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
134
    [% END %]
143
    [% END %]
144
145
<div class="page-section">
135
	<table>
146
	<table>
136
	<tr>
147
	<tr>
137
		<th>Numbered</th>
148
		<th>Numbered</th>
Lines 491-496 $(document).ready(function() { Link Here
491
[% END %]
502
[% END %]
492
503
493
</table>
504
</table>
505
</div> <!-- /.page-section -->
506
494
    <fieldset class="action">
507
    <fieldset class="action">
495
        <div class="btn-group"><input type="submit" value="Save" class="btn btn-default"  accesskey="w" /></div>
508
        <div class="btn-group"><input type="submit" value="Save" class="btn btn-default"  accesskey="w" /></div>
496
        [% UNLESS ( serialsadditems ) %]&nbsp;&nbsp;
509
        [% UNLESS ( serialsadditems ) %]&nbsp;&nbsp;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt (-1 / +5 lines)
Lines 3-11 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% tx("Serials {biblionumber}", { biblionumber = biblionumber }) | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
14
</head>
11
<body id="ser_serials-home" class="ser">
15
<body id="ser_serials-home" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +6 lines)
Lines 5-13 Link Here
5
[% USE CGI %]
5
[% USE CGI %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% USE Koha %]
7
[% USE Koha %]
8
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% t("Search results") | html %] &rsaquo;
13
    [% t("Serials") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
12
<style>input.dt-filter { width : 100%; font-size : 85%; }</style>
17
<style>input.dt-filter { width : 100%; font-size : 85%; }</style>
13
</head>
18
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-1 / +11 lines)
Lines 4-12 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE Koha %]
6
[% USE Koha %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% IF ( modify ) %][% bibliotitle | html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %] &rsaquo; Serials &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% IF( modify ) %]
12
        [% t("Modify subscription") | html %] &rsaquo;
13
        [% bibliotitle | html %]
14
    [% ELSE %]
15
        [% t("New subscription") | html %]
16
    [% END %] &rsaquo;
17
    [% t("Serials") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
11
<style>
21
<style>
12
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
22
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt (-1 / +6 lines)
Lines 3-10 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE ItemTypes %]
4
[% USE ItemTypes %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
    <title>Batch edit &rsaquo; Serials &rsaquo; Koha</title>
8
    <title>[% FILTER collapse %]
9
    [% t("Batch edit") | html %] &rsaquo;
10
    [% t("Serials") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
    [% INCLUDE 'doc-head-close.inc' %]
13
    [% INCLUDE 'doc-head-close.inc' %]
9
    [% INCLUDE 'calendar.inc' %]
14
    [% INCLUDE 'calendar.inc' %]
10
</head>
15
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Catalog search &rsaquo; Serials &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Catalog search") | html %] &rsaquo;
6
    [% t("Serials") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
10
</head>
5
<body id="ser_subscription-bib-search" class="ser">
11
<body id="ser_subscription-bib-search" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-2 / +9 lines)
Lines 6-15 Link Here
6
[% USE AuthorisedValues %]
6
[% USE AuthorisedValues %]
7
[% USE Price %]
7
[% USE Price %]
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% USE HtmlTags %]
10
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
11
[% SET footerjs = 1 %]
10
[%- PROCESS 'html_helpers.inc' -%]
12
[%- PROCESS 'html_helpers.inc' -%]
11
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Details for subscription #[% subscriptionid | html %] &rsaquo; Serials &rsaquo; Koha</title>
14
<title>[% FILTER collapse %]
15
    [% t("Subscription details") | html %] &rsaquo;
16
    [% bibliotitle | html %] &rsaquo;
17
    [% t("Serials") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
14
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
21
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
15
</head>
22
</head>
Lines 44-50 Link Here
44
                [% INCLUDE 'serials-toolbar.inc' %]
51
                [% INCLUDE 'serials-toolbar.inc' %]
45
                [% INCLUDE 'mana/mana-comment-status.inc' %]
52
                [% INCLUDE 'mana/mana-comment-status.inc' %]
46
53
47
                <h1>Subscription for [% INCLUDE 'biblio-title.inc' biblio=subscription.biblio link = 0 %] [% IF closed %](closed)[% END %]</h1>
54
                <h1>Subscription for [% INCLUDE 'biblio-title.inc' biblio=subscription.biblio link = 0 | $HtmlTags tag="em" %] [% IF closed %](closed)[% END %]</h1>
48
55
49
                [% IF ( abouttoexpire ) %]
56
                [% IF ( abouttoexpire ) %]
50
                    [% UNLESS closed %]
57
                    [% UNLESS closed %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-4 / +31 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Frequencies &rsaquo; Serials &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% IF (new or modify) %]
7
        [% IF (new) %]
8
            [% t("New frequency") | html %]
9
        [% ELSE %]
10
            [% tx("Modify frequency '{description}'", { description = description }) | html %]
11
        [% END %] &rsaquo;
12
    [% END %]
13
    [% t("Frequencies") | html %] &rsaquo;
14
    [% t("Serials") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
18
</head>
7
19
Lines 24-31 Link Here
24
        [% WRAPPER breadcrumb_item %]
36
        [% WRAPPER breadcrumb_item %]
25
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
37
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
26
        [% END %]
38
        [% END %]
27
        [% WRAPPER breadcrumb_item bc_active= 1 %]
39
        [% IF (new or modify) %]
28
            <span>Frequencies</span>
40
            [% WRAPPER breadcrumb_item %]
41
                <a href="/cgi-bin/koha/serials/subscription-frequencies.pl">Frequencies</a>
42
            [% END %]
43
            [% IF (new) %]
44
                [% WRAPPER breadcrumb_item bc_active= 1 %]
45
                    <span>New frequency</span>
46
                [% END %]
47
            [% ELSE %]
48
                [% WRAPPER breadcrumb_item bc_active= 1 %]
49
                    [% tx("Modify frequency '{description}'", { description = description }) | html %]
50
                [% END %]
51
            [% END %]
52
        [% ELSE %]
53
            [% WRAPPER breadcrumb_item bc_active= 1 %]
54
                <span>Frequencies</span>
55
            [% END %]
29
        [% END %]
56
        [% END %]
30
    [% END #/ WRAPPER breadcrumbs %]
57
    [% END #/ WRAPPER breadcrumbs %]
31
[% END #/ WRAPPER sub-header.inc %]
58
[% END #/ WRAPPER sub-header.inc %]
Lines 40-46 Link Here
40
        [% IF (new) %]
67
        [% IF (new) %]
41
          <h1>New frequency</h1>
68
          <h1>New frequency</h1>
42
        [% ELSE %]
69
        [% ELSE %]
43
          <h1>Edit frequency: [% description | html %]</h1>
70
          <h1>[% tx("Modify frequency '{description}'", { description = description }) | html %]</h1>
44
        [% END %]
71
        [% END %]
45
        <form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post">
72
        <form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post">
46
            [% INCLUDE 'csrf-token.inc' %]
73
            [% INCLUDE 'csrf-token.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt (-35 / +45 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Subscription history &rsaquo; Serials &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Subscription history") | html %] &rsaquo;
8
    [% title | html %] &rsaquo;
9
    [% t("Serials") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
13
</head>
8
14
Lines 31-37 Link Here
31
            <main>
37
            <main>
32
                [% INCLUDE 'messages.inc' %]
38
                [% INCLUDE 'messages.inc' %]
33
39
34
      <h1>Subscription history for [% title | html %]</h1>
40
      <h1>Subscription history for <em>[% title | html %]</em></h1>
35
41
36
        <div id="subscription_form_history">
42
        <div id="subscription_form_history">
37
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
43
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
Lines 39-77 Link Here
39
            <input type="hidden" name="op" value="cud-mod" />
45
            <input type="hidden" name="op" value="cud-mod" />
40
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
46
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
41
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
47
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
42
            <table>
48
            <fieldset class="rows">
43
              <tr>
49
                <table>
44
                <td>Subscription start date</td>
50
                <tr>
45
                <td>
51
                    <td>Subscription start date</td>
46
                    <input type="text" size="10" name="histstartdate" value="[% histstartdate | html %]" class="flatpickr" data-date_to="histenddate" /> (start date of the 1st subscription)
52
                    <td>
47
                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
53
                        <input type="text" size="10" name="histstartdate" value="[% histstartdate | html %]" class="flatpickr" data-date_to="histenddate" /> (start date of the 1st subscription)
48
                </td>
54
                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
49
              </tr>
55
                    </td>
50
              <tr>
56
                </tr>
51
                <td>Subscription end date</td>
57
                <tr>
52
                <td>
58
                    <td>Subscription end date</td>
53
                    <input type="text" size="10" id="histenddate" name="histenddate" value="[% histenddate | html %]" class="flatpickr" />(if empty, subscription is still active)
59
                    <td>
54
                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
60
                        <input type="text" size="10" id="histenddate" name="histenddate" value="[% histenddate | html %]" class="flatpickr" />(if empty, subscription is still active)
55
                </td>
61
                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
56
              </tr>
62
                    </td>
57
              <tr>
63
                </tr>
58
                <td>Received issues</td>
64
                <tr>
59
                <td><textarea name="receivedlist" cols="60" rows="5">[% receivedlist | html %]</textarea></td>
65
                    <td>Received issues</td>
60
              </tr>
66
                    <td><textarea name="receivedlist" cols="60" rows="5">[% receivedlist | html %]</textarea></td>
61
              <tr>
67
                </tr>
62
                <td>Missing issues</td>
68
                <tr>
63
                <td><textarea name="missinglist" cols="60" rows="5">[% missinglist | html %]</textarea></td>
69
                    <td>Missing issues</td>
64
              </tr>
70
                    <td><textarea name="missinglist" cols="60" rows="5">[% missinglist | html %]</textarea></td>
65
              <tr>
71
                </tr>
66
                <td>Note for OPAC</td>
72
                <tr>
67
                <td><textarea name="opacnote" cols="60" rows="5">[% opacnote | html %]</textarea></td>
73
                    <td>Note for OPAC</td>
68
              </tr>
74
                    <td><textarea name="opacnote" cols="60" rows="5">[% opacnote | html %]</textarea></td>
69
              <tr>
75
                </tr>
70
                <td>Note for staff</td>
76
                <tr>
71
                <td><textarea name="librariannote" cols="60" rows="5">[% librariannote | html %]</textarea></td>
77
                    <td>Note for staff</td>
72
              </tr>
78
                    <td><textarea name="librariannote" cols="60" rows="5">[% librariannote | html %]</textarea></td>
73
            </table>
79
                </tr>
74
            <input type="submit" class="btn btn-primary" value="Save subscription history"  />
80
                </table>
81
            </fieldset>
82
            <fieldset class="action">
83
                <input type="submit" class="btn btn-primary" value="Save subscription history" />
84
            </fieldset>
75
          </form>
85
          </form>
76
        </div>
86
        </div>
77
87
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-3 / +13 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Numbering patterns &rsaquo; Serials &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( new ) %]
8
        [% t("New numbering pattern") | html %] &rsaquo;
9
    [% ELSIF ( modify ) %]
10
        [% tx("Modify numbering pattern '{pattern}'", { pattern = label }) | html %] &rsaquo;
11
    [% END %]
12
    [% t("Numbering patterns") | html %] &rsaquo;
13
    [% t("Serials") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
17
</head>
8
18
Lines 27-33 Link Here
27
            [% END %]
37
            [% END %]
28
        [% ELSIF ( modify ) %]
38
        [% ELSIF ( modify ) %]
29
            [% WRAPPER breadcrumb_item bc_active= 1 %]
39
            [% WRAPPER breadcrumb_item bc_active= 1 %]
30
                <span>Modifying numbering pattern '[% label | html %]'</span>
40
                [% tx("Modify numbering pattern '{pattern}'", { pattern = label }) | html %]
31
            [% END %]
41
            [% END %]
32
        [% ELSE %]
42
        [% ELSE %]
33
            [% WRAPPER breadcrumb_item bc_active= 1 %]
43
            [% WRAPPER breadcrumb_item bc_active= 1 %]
Lines 52-58 Link Here
52
              </div>
62
              </div>
53
            [% END %]
63
            [% END %]
54
          [% ELSE %]
64
          [% ELSE %]
55
            <h1>Modify pattern: [% label | html %]</h1>
65
            <h1>[% tx("Modify numbering pattern '{pattern}'", { pattern = label }) | html %]</h1>
56
            [% IF (error_existing_numberpattern) %]
66
            [% IF (error_existing_numberpattern) %]
57
              <div class="dialog alert">
67
              <div class="dialog alert">
58
                <p>Another pattern with this name already exists.</p>
68
                <p>Another pattern with this name already exists.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt (-5 / +12 lines)
Lines 1-12 Link Here
1
[% USE raw %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE Branches %]
3
[% USE Branches %]
4
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
5
[% IF subscription %]
7
<title>[% FILTER collapse %]
6
<title>Serials subscription renew #[% subscription.subscriptionid | html %] &rsaquo; Koha</title>
8
    [% IF subscription %]
7
[% ELSE %]
9
        [% t("Renew subscription") | html %] &rsaquo;
8
<title>Serials subscription renew &rsaquo; Koha</title>
10
        [% subscription.bibliotitle | html %] &rsaquo;
9
[% END %]
11
    [% ELSE %]
12
        [% t("Renew subscriptions") | html %] &rsaquo;
13
    [% END %]
14
    [% t("Serials") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
18
</head>
12
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt (-2 / +7 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Alert subscribers for [% bibliotitle | html %] &rsaquo; Serials &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Alert subscribers") | html %] &rsaquo;
6
    [% bibliotitle | html %] &rsaquo;
7
    [% t("Serials") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
11
</head>
6
<body id="ser_viewalerts" class="ser">
12
<body id="ser_viewalerts" class="ser">
7
- 

Return to bug 33925