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 / +9 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
Lines 18-23 Link Here
18
[% END %]
24
[% END %]
19
25
20
[% IF ( loop_suppliers ) %]
26
[% IF ( loop_suppliers ) %]
27
    <div class="page-section">
21
<table>
28
<table>
22
	<tr>
29
	<tr>
23
		<th>Vendor</th>
30
		<th>Vendor</th>
Lines 30-35 Link Here
30
		</tr>
37
		</tr>
31
	[% END %]
38
	[% END %]
32
</table>
39
</table>
40
    </div> <!-- /.page-section -->
33
[% END %]
41
[% END %]
34
42
35
    <p><a href="/cgi-bin/koha/serials/acqui-search.pl">Perform a new search</a></p>
43
    <p><a href="/cgi-bin/koha/serials/acqui-search.pl">Perform a new search</a></p>
(-)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 (-68 / +68 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 70-142 Link Here
70
</form>
75
</form>
71
76
72
[% IF ( subscriptions_loop ) %]
77
[% IF ( subscriptions_loop ) %]
73
<p>
78
<h2>
74
    <strong>[% numsubscription | html %]</strong> subscription(s)
79
    [% expirydate = date | $KohaDates %]
75
        [% IF ( title ) %]
80
    [% tnx("Your search returned 1 subscription expiring before {date}", "Your search returned {count} subscriptions expiring before {date}", numsubscription, { date = expirydate, count = numsubscription }) %]
76
        with title matching <span class="title">[% title | html %]</class>
81
</h2>
77
        [% IF ( issn ) %]and [% END %]
82
78
    [% END %]
83
<div class="page-section">
79
    [% IF ( issn ) %]
84
    <div class="checkexpiration-table_table_controls">
80
        with ISSN matching <strong>[% issn | html %]</strong>
85
        <a href="#" class="SelectAll"><i class="fa fa-check"></i> Select all</a> |
81
    [% END %]
86
        <a href="#" class="ClearAll"><i class="fa fa-times"></i> Clear all</a>
82
        will expire before <strong>[% date | $KohaDates %]</strong>
87
        <span class="itemselection_actions">
83
</p>
88
        | Actions:
84
89
            <a class="itemselection_action_renew" title="Renew selected subscriptions"><i class="fa-solid fa-rotate"></i> Renew selected subscriptions</a>
85
<div class="checkexpiration-table_table_controls">
90
        </span>
86
    <a href="#" class="SelectAll"><i class="fa fa-check"></i> Select all</a> |
91
    </div>
87
    <a href="#" class="ClearAll"><i class="fa fa-times"></i> Clear all</a>
92
88
    <span class="itemselection_actions">
93
89
      | Actions:
94
    <table>
90
          <a class="itemselection_action_renew" title="Renew selected subscriptions"><i class="fa-solid fa-rotate"></i> Renew selected subscriptions</a>
95
            <tr>
91
    </span>
96
                <th></th>
92
</div>
97
                <th>ISSN</th>
93
98
                <th>Title</th>
94
99
                [% IF can_change_library %]<th>Library</th>[% END %]
95
<table>
100
                <th>OPAC note</th>
96
        <tr>
101
                <th>Nonpublic note</th>
97
            <th></th>
102
                <th>Expiration date</th>
98
            <th>ISSN</th>
103
                <th class="noExport">Actions</th>
99
            <th>Title</th>
104
            </tr>
100
            [% IF can_change_library %]<th>Library</th>[% END %]
105
        [% FOREACH subscriptions_loo IN subscriptions_loop %]
101
            <th>OPAC note</th>
106
            <tr>
102
            <th>Nonpublic note</th>
107
                <td style="text-align:center;vertical-align:middle">
103
            <th>Expiration date</th>
108
                    <input type="checkbox" value="[% subscriptions_loo.subscriptionid | html %]" name="subscriptionid" />
104
            <th class="noExport">Actions</th>
109
                </td>
105
        </tr>
110
                <td>
106
    [% FOREACH subscriptions_loo IN subscriptions_loop %]
111
                    [% subscriptions_loo.issn | html %]
107
        <tr>
112
                </td>
108
            <td style="text-align:center;vertical-align:middle">
113
                <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptions_loo.subscriptionid |url %]">[% IF ( subscriptions_loo.title ) %]
109
                <input type="checkbox" value="[% subscriptions_loo.subscriptionid | html %]" name="subscriptionid" />
114
                        [% subscriptions_loo.title | html %]
110
            </td>
115
                    [% ELSE %]
111
            <td>
116
                        |
112
                [% subscriptions_loo.issn | html %]
117
                    [% END %]
113
            </td>
118
                    </a>
114
            <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptions_loo.subscriptionid |url %]">[% IF ( subscriptions_loo.title ) %]
119
                </td>
115
                    [% subscriptions_loo.title | html %]
120
                [% IF can_change_library %]<td>
116
                [% ELSE %]
121
                    [% Branches.GetName( subscriptions_loo.branchcode ) | html %]
117
                    |
122
                </td>[% END %]
118
                [% END %]
123
                <td>
119
                </a>
124
                    [% subscriptions_loo.notes | html %]
120
            </td>
125
                </td>
121
            [% IF can_change_library %]<td>
126
                <td>
122
                [% Branches.GetName( subscriptions_loo.branchcode ) | html %]
127
                    [% subscriptions_loo.internalnotes | html %]
123
            </td>[% END %]
128
                </td>
124
            <td>
129
                <td>
125
                [% subscriptions_loo.notes | html %]
130
                    [% subscriptions_loo.expirationdate | $KohaDates %]
126
            </td>
131
                </td>
127
            <td>
132
                <td class="actions">
128
                [% subscriptions_loo.internalnotes | html %]
133
                    <a href="/cgi-bin/koha/serials/subscription-add.pl?op=modify&amp;subscriptionid=[% subscriptions_loo.subscriptionid | uri %]" class="btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
129
            </td>
134
                    <a href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=[% subscriptions_loo.subscriptionid | uri %]" data-subscriptionid="[% subscriptions_loo.subscriptionid | html %]" class="btn btn-default btn-xs renew_subscription"><i class="fa-solid fa-rotate"></i> Renew</a>
130
            <td>
135
                </td>
131
                [% subscriptions_loo.expirationdate | $KohaDates %]
136
            </tr>
132
            </td>
137
        [% END %]
133
            <td class="actions">
138
        </table>
134
                <a href="/cgi-bin/koha/serials/subscription-add.pl?op=modify&amp;subscriptionid=[% subscriptions_loo.subscriptionid | uri %]" class="btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
139
    </div> <!-- /.page-section -->
135
                <a href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=[% subscriptions_loo.subscriptionid | uri %]" data-subscriptionid="[% subscriptions_loo.subscriptionid | html %]" class="btn btn-default btn-xs renew_subscription"><i class="fa-solid fa-rotate"></i> Renew</a>
136
            </td>
137
        </tr>
138
    [% END %]
139
    </table>
140
[% ELSIF searched %]
140
[% ELSIF searched %]
141
    <p>No results for your query</p>
141
    <p>No results for your query</p>
142
[% END %]
142
[% 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
20
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 / +16 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>[% IF ( op ) %]Create routing list[% ELSE %]Edit routing list[% END %] &rsaquo; [% title | html %] &rsaquo; Serials &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF( op ) %]
8
        [% t("New routing list") | html %]
9
    [% ELSE %]
10
        [% t("Modify routing list") | html %]
11
    [% END %] &rsaquo;
12
    [% title | 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
<body id="ser_routing" class="ser">
18
<body id="ser_routing" class="ser">
Lines 21-29 Link Here
21
            [% END %]
31
            [% END %]
22
            [% WRAPPER breadcrumb_item bc_active= 1 %]
32
            [% WRAPPER breadcrumb_item bc_active= 1 %]
23
                [% IF ( op ) %]
33
                [% IF ( op ) %]
24
                    <span>Create routing list</span>
34
                    <span>New routing list</span>
25
                [% ELSE %]
35
                [% ELSE %]
26
                    <span>Edit routing list</span>
36
                    <span>Modify routing list</span>
27
                [% END %]
37
                [% END %]
28
            [% END %]
38
            [% END %]
29
        [% END # UNLESS blocking_error %]
39
        [% END # UNLESS blocking_error %]
Lines 36-46 Link Here
36
            <main>
46
            <main>
37
47
38
[% IF ( op ) %]
48
[% IF ( op ) %]
39
<h1>Create routing list for <em>[% title | html %]</em></h1>
49
    <h1>New routing list for <em>[% title | html %]</em></h1>
40
[% ELSE %]
50
[% ELSE %]
41
<h1>Edit routing list for <em>[% title | html %]</em></h1>
51
    <h1>Modify routing list for <em>[% title | html %]</em></h1>
42
[% END %]
52
[% END %]
43
53
54
44
[% INCLUDE 'blocking_errors.inc' %]
55
[% INCLUDE 'blocking_errors.inc' %]
45
<form method="post" action="routing.pl">
56
<form method="post" action="routing.pl">
46
<input type="hidden" name="op" value="save" />
57
<input type="hidden" name="op" value="save" />
(-)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 122-127 $(document).ready(function() { Link Here
122
    [% FOREACH subscription IN subscriptions %]
131
    [% FOREACH subscription IN subscriptions %]
123
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
132
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
124
    [% END %]
133
    [% END %]
134
135
<div class="page-section">
125
	<table>
136
	<table>
126
	<tr>
137
	<tr>
127
		<th>Numbered</th>
138
		<th>Numbered</th>
Lines 478-483 $(document).ready(function() { Link Here
478
[% END %]
489
[% END %]
479
490
480
</table>
491
</table>
492
</div> <!-- /.page-section -->
493
481
    <fieldset class="action">
494
    <fieldset class="action">
482
        <div class="btn-group"><input type="submit" value="Save" class="btn btn-default"  accesskey="w" /></div>
495
        <div class="btn-group"><input type="submit" value="Save" class="btn btn-default"  accesskey="w" /></div>
483
        [% UNLESS ( serialsadditems ) %]&nbsp;&nbsp;
496
        [% 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 43-49 Link Here
43
                [% INCLUDE 'serials-toolbar.inc' %]
50
                [% INCLUDE 'serials-toolbar.inc' %]
44
                [% INCLUDE 'mana/mana-comment-status.inc' %]
51
                [% INCLUDE 'mana/mana-comment-status.inc' %]
45
52
46
                <h1>Subscription for [% INCLUDE 'biblio-title.inc' biblio=subscription.biblio link = 0 %] [% IF closed %](closed)[% END %]</h1>
53
                <h1>Subscription for [% INCLUDE 'biblio-title.inc' biblio=subscription.biblio link = 0 | $HtmlTags tag="em" %] [% IF closed %](closed)[% END %]</h1>
47
54
48
                [% IF ( abouttoexpire ) %]
55
                [% IF ( abouttoexpire ) %]
49
                    [% UNLESS closed %]
56
                    [% 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 39-45 Link Here
39
        [% IF (new) %]
66
        [% IF (new) %]
40
          <h1>New frequency</h1>
67
          <h1>New frequency</h1>
41
        [% ELSE %]
68
        [% ELSE %]
42
          <h1>Edit frequency: [% description | html %]</h1>
69
          <h1>[% tx("Modify frequency '{description}'", { description = description }) | html %]</h1>
43
        [% END %]
70
        [% END %]
44
        <form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post">
71
        <form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post">
45
          [% IF (modify) %]
72
          [% IF (modify) %]
(-)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 30-75 Link Here
30
        <div class="col-sm-10 col-sm-push-2">
36
        <div class="col-sm-10 col-sm-push-2">
31
            <main>
37
            <main>
32
38
33
      <h1>Subscription history for [% title | html %]</h1>
39
      <h1>Subscription history for <em>[% title | html %]</em></h1>
34
40
35
        <div id="subscription_form_history">
41
        <div id="subscription_form_history">
36
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
42
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
37
            <input type="hidden" name="op" value="mod" />
43
            <input type="hidden" name="op" value="mod" />
38
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
44
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
39
            <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>
45
            <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>
40
            <table>
46
            <fieldset class="rows">
41
              <tr>
47
                <table>
42
                <td>Subscription start date</td>
48
                <tr>
43
                <td>
49
                    <td>Subscription start date</td>
44
                    <input type="text" size="10" name="histstartdate" value="[% histstartdate | html %]" class="flatpickr" data-date_to="histenddate" /> (start date of the 1st subscription)
50
                    <td>
45
                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
51
                        <input type="text" size="10" name="histstartdate" value="[% histstartdate | html %]" class="flatpickr" data-date_to="histenddate" /> (start date of the 1st subscription)
46
                </td>
52
                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
47
              </tr>
53
                    </td>
48
              <tr>
54
                </tr>
49
                <td>Subscription end date</td>
55
                <tr>
50
                <td>
56
                    <td>Subscription end date</td>
51
                    <input type="text" size="10" id="histenddate" name="histenddate" value="[% histenddate | html %]" class="flatpickr" />(if empty, subscription is still active)
57
                    <td>
52
                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
58
                        <input type="text" size="10" id="histenddate" name="histenddate" value="[% histenddate | html %]" class="flatpickr" />(if empty, subscription is still active)
53
                </td>
59
                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
54
              </tr>
60
                    </td>
55
              <tr>
61
                </tr>
56
                <td>Received issues</td>
62
                <tr>
57
                <td><textarea name="receivedlist" cols="60" rows="5">[% receivedlist | html %]</textarea></td>
63
                    <td>Received issues</td>
58
              </tr>
64
                    <td><textarea name="receivedlist" cols="60" rows="5">[% receivedlist | html %]</textarea></td>
59
              <tr>
65
                </tr>
60
                <td>Missing issues</td>
66
                <tr>
61
                <td><textarea name="missinglist" cols="60" rows="5">[% missinglist | html %]</textarea></td>
67
                    <td>Missing issues</td>
62
              </tr>
68
                    <td><textarea name="missinglist" cols="60" rows="5">[% missinglist | html %]</textarea></td>
63
              <tr>
69
                </tr>
64
                <td>Note for OPAC</td>
70
                <tr>
65
                <td><textarea name="opacnote" cols="60" rows="5">[% opacnote | html %]</textarea></td>
71
                    <td>Note for OPAC</td>
66
              </tr>
72
                    <td><textarea name="opacnote" cols="60" rows="5">[% opacnote | html %]</textarea></td>
67
              <tr>
73
                </tr>
68
                <td>Note for staff</td>
74
                <tr>
69
                <td><textarea name="librariannote" cols="60" rows="5">[% librariannote | html %]</textarea></td>
75
                    <td>Note for staff</td>
70
              </tr>
76
                    <td><textarea name="librariannote" cols="60" rows="5">[% librariannote | html %]</textarea></td>
71
            </table>
77
                </tr>
72
            <input type="submit" class="btn btn-primary" value="Save subscription history"  />
78
                </table>
79
            </fieldset>
80
            <fieldset class="action">
81
                <input type="submit" class="btn btn-primary" value="Save subscription history" />
82
            </fieldset>
73
          </form>
83
          </form>
74
        </div>
84
        </div>
75
85
(-)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 51-57 Link Here
51
              </div>
61
              </div>
52
            [% END %]
62
            [% END %]
53
          [% ELSE %]
63
          [% ELSE %]
54
            <h1>Modify pattern: [% label | html %]</h1>
64
            <h1>[% tx("Modify numbering pattern '{pattern}'", { pattern = label }) | html %]</h1>
55
            [% IF (error_existing_numberpattern) %]
65
            [% IF (error_existing_numberpattern) %]
56
              <div class="dialog alert">
66
              <div class="dialog alert">
57
                <p>Another pattern with this name already exists.</p>
67
                <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