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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Select Vendor</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Select vendor</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" language="Javascript">
4
<script type="text/javascript" language="Javascript">
5
5
Lines 17-23 function GetIt(aqbooksellerid,name) Link Here
17
   <div id="bd">
17
   <div id="bd">
18
	
18
	
19
19
20
<h1>Vendor Search Results</h1>
20
<h1>Vendor search results</h1>
21
<h2>You searched on <b>vendor [% supplier %],</b> [% count %] results found</h2>
21
<h2>You searched on <b>vendor [% supplier %],</b> [% count %] results found</h2>
22
22
23
[% IF ( loop_suppliers ) %]
23
[% IF ( loop_suppliers ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt (-2 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Search for Vendor</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Search for vendor</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 16-22 function GetIt(aqbooksellerid,name) Link Here
16
16
17
<div id="doc" class="yui-t7">
17
<div id="doc" class="yui-t7">
18
   <div id="bd">
18
   <div id="bd">
19
	
20
19
21
20
22
<h1>Serial subscription: search for vendor </h1>
21
<h1>Serial subscription: search for vendor </h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Check Expiration</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Check expiration</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<script type="text/javascript" language="JavaScript">
5
<script type="text/javascript" language="JavaScript">
Lines 54-60 Link Here
54
54
55
        <li><label for="date" class="required" title="Required field">Expiring before:</label>
55
        <li><label for="date" class="required" title="Required field">Expiring before:</label>
56
        <input id="date" type="text" name="date" size="10" value="[% date %]" class="focus" />
56
        <input id="date" type="text" name="date" size="10" value="[% date %]" class="focus" />
57
				<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendar" style="cursor: pointer;" />
57
				<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendar" style="cursor: pointer;" />
58
            <script type="text/javascript">
58
            <script type="text/javascript">
59
                Calendar.setup(
59
                Calendar.setup(
60
                 {
60
                 {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-7 / +7 lines)
Lines 193-199 Link Here
193
</form>
193
</form>
194
194
195
   [% IF ( missingissues ) %]	
195
   [% IF ( missingissues ) %]	
196
    <h3>Missing Issues</h3>
196
    <h3>Missing issues</h3>
197
    <form action="claims.pl" onsubmit="return false;">
197
    <form action="claims.pl" onsubmit="return false;">
198
	<fieldset class="rows">
198
	<fieldset class="rows">
199
	<legend>Filters :</legend>
199
	<legend>Filters :</legend>
Lines 228-234 Link Here
228
	
228
	
229
	<li>
229
	<li>
230
	    <label for="begindate">From</label>
230
	    <label for="begindate">From</label>
231
	    <img src="[% themelang %]/lib/calendar/cal.gif" id="begindatebutton" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
231
	    <img src="[% themelang %]/lib/calendar/cal.gif" id="begindatebutton" style="cursor: pointer;" alt="Show calendar" title="Show Calendar" />
232
	    <input type="text" name="begindate" id="begindate" value="[% begindate %]" size="10" maxlength="10" />
232
	    <input type="text" name="begindate" id="begindate" value="[% begindate %]" size="10" maxlength="10" />
233
	    <script type="text/javascript">
233
	    <script type="text/javascript">
234
		 //<![CDATA[ 
234
		 //<![CDATA[ 
Lines 241-247 Link Here
241
	    </script>
241
	    </script>
242
242
243
	    <label for="enddate" style="float:none;">To</label>
243
	    <label for="enddate" style="float:none;">To</label>
244
	    <img src="[% themelang %]/lib/calendar/cal.gif" id="enddatebutton" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
244
	    <img src="[% themelang %]/lib/calendar/cal.gif" id="enddatebutton" style="cursor: pointer;" alt="Show calendar" title="Show Calendar" />
245
	    <input type="text" name="enddate" id="enddate" value="[% enddate %]" size="10" maxlength="10" />
245
	    <input type="text" name="enddate" id="enddate" value="[% enddate %]" size="10" maxlength="10" />
246
	    <script type="text/javascript">
246
	    <script type="text/javascript">
247
		 //<![CDATA[ 
247
		 //<![CDATA[ 
Lines 256-262 Link Here
256
        </li>
256
        </li>
257
	
257
	
258
	<li>
258
	<li>
259
	    <input type="reset" value="Clear Filters" onclick="clearFilters();" />
259
	    <input type="reset" value="Clear filters" onclick="clearFilters();" />
260
	</li>
260
	</li>
261
	</ol>
261
	</ol>
262
	</fieldset>
262
	</fieldset>
Lines 276-283 Link Here
276
                    <th>Issue number</th>
276
                    <th>Issue number</th>
277
                    <th>Status</th>
277
                    <th>Status</th>
278
                    <th>Since</th>
278
                    <th>Since</th>
279
                    <th>Claim Date</th>
279
                    <th>Claim date</th>
280
                <th>Begin Claim</th>
280
                <th>Begin claim</th>
281
                </tr></thead>
281
                </tr></thead>
282
                <tbody>[% FOREACH missingissue IN missingissues %]
282
                <tbody>[% FOREACH missingissue IN missingissues %]
283
                    <tr>
283
                    <tr>
Lines 366-372 Link Here
366
        [% END %]
366
        [% END %]
367
[% END %]
367
[% END %]
368
        [% IF ( missingissues ) %]
368
        [% IF ( missingissues ) %]
369
        <h3>Missing Issues</h3>
369
        <h3>Missing issues</h3>
370
        <table>
370
        <table>
371
            <tr>
371
            <tr>
372
                <td><b>Vendor<b></td>
372
                <td><b>Vendor<b></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt (-1 / +1 lines)
Lines 28-34 function add_member(subscriptionid,borrowernumber){ Link Here
28
			<ol>
28
			<ol>
29
			<li><label for="member">Name:</label> <input type="hidden" name="surname" value="[% surname %]" />
29
			<li><label for="member">Name:</label> <input type="hidden" name="surname" value="[% surname %]" />
30
			<input type="text" name="member" id="member" value="[% member %]" /></li>
30
			<input type="text" name="member" id="member" value="[% member %]" /></li>
31
			<li><label for="branchcode"> Library :</label><select name="branchcode" id="branchcode">
31
			<li><label for="branchcode"> Library:</label><select name="branchcode" id="branchcode">
32
			<option value="">Any</option>[% FOREACH branchloo IN branchloop %]
32
			<option value="">Any</option>[% FOREACH branchloo IN branchloop %]
33
			[% IF ( branchloo.selected ) %]
33
			[% IF ( branchloo.selected ) %]
34
			<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]
34
			<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Search Results</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Search results</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" language="javascript">
4
<script type="text/javascript" language="javascript">
5
//<![CDATA[
5
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Preview Routing List</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Preview routing list</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
<!--
5
<!--
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; [% title |html %] &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit Routing List[% END %]</title>
2
<title>Koha &rsaquo; Serials &rsaquo; [% title |html %] &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit routing list[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script language="javascript" type="text/javascript">
4
<script language="javascript" type="text/javascript">
5
<!--
5
<!--
Lines 20-26 function search_member(subscriptionid){ Link Here
20
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'serials-search.inc' %]
21
[% INCLUDE 'serials-search.inc' %]
22
22
23
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% title |html %]</i></a> &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit Routing List[% END %]</div>
23
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% title |html %]</i></a> &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit routing list[% END %]</div>
24
24
25
<div id="doc3" class="yui-t2">
25
<div id="doc3" class="yui-t2">
26
   
26
   
Lines 30-38 function search_member(subscriptionid){ Link Here
30
30
31
31
32
[% IF ( op ) %]
32
[% IF ( op ) %]
33
<h1>Create Routing List for <i>[% title |html %]</i></h1>
33
<h1>Create routing list for <i>[% title |html %]</i></h1>
34
[% ELSE %]
34
[% ELSE %]
35
<h1>Edit Routing List for <i>[% title |html %]</i></h1>
35
<h1>Edit routing list for <i>[% title |html %]</i></h1>
36
[% END %]
36
[% END %]
37
37
38
<form method="post" action="routing.pl">
38
<form method="post" action="routing.pl">
Lines 73-79 function search_member(subscriptionid){ Link Here
73
        [% END %]
73
        [% END %]
74
        </table><p style="margin-left:10em;"><a onclick="search_member([% subscriptionid %]); return false"
74
        </table><p style="margin-left:10em;"><a onclick="search_member([% subscriptionid %]); return false"
75
href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=[% subscriptionid %]" class="button">Add recipients</a> &nbsp; <a
75
href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=[% subscriptionid %]" class="button">Add recipients</a> &nbsp; <a
76
href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid %]&amp;op=delete" class="button">Delete All</a></p></li>
76
href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid %]&amp;op=delete" class="button">Delete all</a></p></li>
77
[% ELSE %]
77
[% ELSE %]
78
<li><span class="label">Recipients:</span>
78
<li><span class="label">Recipients:</span>
79
    <a onclick="search_member([% subscriptionid %]); return false" href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=[% subscriptionid %]" class="button">Add recipients</a></li>
79
    <a onclick="search_member([% subscriptionid %]); return false" href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=[% subscriptionid %]" class="button">Add recipients</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt (-1 / +1 lines)
Lines 72-78 function active(numlayer) Link Here
72
					[% IF ( serial.status2 ) %]Expected[% END %]
72
					[% IF ( serial.status2 ) %]Expected[% END %]
73
					[% IF ( serial.status3 ) %]Late[% END %]
73
					[% IF ( serial.status3 ) %]Late[% END %]
74
					[% IF ( serial.status4 ) %]Missing[% END %]
74
					[% IF ( serial.status4 ) %]Missing[% END %]
75
					[% IF ( serial.status5 ) %]Not Available[% END %]
75
					[% IF ( serial.status5 ) %]Not available[% END %]
76
					[% IF ( serial.status7 ) %]Claimed[% END %]
76
					[% IF ( serial.status7 ) %]Claimed[% END %]
77
				</td>
77
				</td>
78
			</tr>
78
			</tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-7 / +7 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Serial Collection information for [% bibliotitle %]</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
4
5
<script type="text/javascript">
5
<script type="text/javascript">
Lines 52-58 $(document).ready(function() { Link Here
52
[% INCLUDE 'header.inc' %]
52
[% INCLUDE 'header.inc' %]
53
[% INCLUDE 'serials-search.inc' %]
53
[% INCLUDE 'serials-search.inc' %]
54
54
55
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Serial Collection information for  <i>[% bibliotitle %]</i></div>
55
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Serial collection information for  <i>[% bibliotitle %]</i></div>
56
56
57
<div id="doc3" class="yui-t2">
57
<div id="doc3" class="yui-t2">
58
   
58
   
Lines 77-83 $(document).ready(function() { Link Here
77
<caption> Subscription summaries</caption>
77
<caption> Subscription summaries</caption>
78
[% END %]
78
[% END %]
79
<tr>
79
<tr>
80
  <th>Subscription num. </th>
80
  <th>Subscription num.</th>
81
  <th>Frequency</th>
81
  <th>Frequency</th>
82
  <th>Numbering pattern</th>
82
  <th>Numbering pattern</th>
83
  <th>Library</th>
83
  <th>Library</th>
Lines 127-142 $(document).ready(function() { Link Here
127
                    Number
127
                    Number
128
                [% END %]
128
                [% END %]
129
                [% IF ( subscription.numberpattern2 ) %]
129
                [% IF ( subscription.numberpattern2 ) %]
130
                    Volume, Number, Issue
130
                    Volume, number, issue
131
                [% END %]
131
                [% END %]
132
                [% IF ( subscription.numberpattern3 ) %]
132
                [% IF ( subscription.numberpattern3 ) %]
133
                    Volume, Number
133
                    Volume, number
134
                [% END %]
134
                [% END %]
135
                [% IF ( subscription.numberpattern4 ) %]
135
                [% IF ( subscription.numberpattern4 ) %]
136
                    Volume, Issue
136
                    Volume, issue
137
                [% END %]
137
                [% END %]
138
                [% IF ( subscription.numberpattern5 ) %]
138
                [% IF ( subscription.numberpattern5 ) %]
139
                    Number, Issue
139
                    Number, issue
140
                [% END %]
140
                [% END %]
141
                [% IF ( subscription.numberpattern6 ) %]
141
                [% IF ( subscription.numberpattern6 ) %]
142
                    Seasonal only
142
                    Seasonal only
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-9 / +9 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Serial Edition [% bibliotitle %]</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Serial edition [% bibliotitle %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script language="JavaScript" type="text/javascript">
4
<script language="JavaScript" type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 168-174 $(document).ready(function() { Link Here
168
[% INCLUDE 'header.inc' %]
168
[% INCLUDE 'header.inc' %]
169
[% INCLUDE 'serials-search.inc' %]
169
[% INCLUDE 'serials-search.inc' %]
170
170
171
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo;  Serial Edition <i>[% bibliotitle %] [% IF ( callnumber ) %]([% callnumber %])[% END %]</i></div>
171
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Serial edition <i>[% bibliotitle %] [% IF ( callnumber ) %]([% callnumber %])[% END %]</i></div>
172
172
173
<div id="doc3" class="yui-t2">
173
<div id="doc3" class="yui-t2">
174
   
174
   
Lines 176-182 $(document).ready(function() { Link Here
176
	<div id="yui-main">
176
	<div id="yui-main">
177
	<div class="yui-b">
177
	<div class="yui-b">
178
178
179
<h1>Serial Edition <i>[% bibliotitle %]</i>
179
<h1>Serial edition <i>[% bibliotitle %]</i>
180
	[% IF location %] ( [% location %] ) [% END %]
180
	[% IF location %] ( [% location %] ) [% END %]
181
    [% IF ( callnumber ) %] callnumber: [% callnumber %][% END %]</h1>
181
    [% IF ( callnumber ) %] callnumber: [% callnumber %][% END %]</h1>
182
<form method="post" name="f" action="serials-edit.pl" id="serials_edit">
182
<form method="post" name="f" action="serials-edit.pl" id="serials_edit">
Lines 256-264 $(document).ready(function() { Link Here
256
                    <option value="7">Claimed</option>
256
                    <option value="7">Claimed</option>
257
  [% END %]
257
  [% END %]
258
  [% IF ( serialslis.status5 ) %]
258
  [% IF ( serialslis.status5 ) %]
259
                    <option value="5" selected="selected">Not Available</option>
259
                    <option value="5" selected="selected">Not available</option>
260
  [% ELSE %]
260
  [% ELSE %]
261
                    <option value="5">Not Available</option>
261
                    <option value="5">Not available</option>
262
  [% END %]
262
  [% END %]
263
  [% IF ( serialslis.status6 ) %]
263
  [% IF ( serialslis.status6 ) %]
264
                    <option value="6" selected="selected">Delete</option>
264
                    <option value="6" selected="selected">Delete</option>
Lines 325-331 $(document).ready(function() { Link Here
325
            <input type="hidden" name="biblionumber" value="[% newserialloo.biblionumber %]" />
325
            <input type="hidden" name="biblionumber" value="[% newserialloo.biblionumber %]" />
326
            <input type="hidden" name="itemcount" value="[% newserialloo.issuesatonce %]" />
326
            <input type="hidden" name="itemcount" value="[% newserialloo.issuesatonce %]" />
327
            <input type="hidden" name="user" value="[% newserialloo.librarian %]" />
327
            <input type="hidden" name="user" value="[% newserialloo.librarian %]" />
328
            Supplemental Issue <input type="text" name="serialseq" id="serialseq[% newserialloo.serialid %]" value="" size="20" maxlength="100" onchange="if (this.value!=''){unHideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]', '[% newserialloo.serialid %]')} else {HideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]')}" />
328
            Supplemental issue <input type="text" name="serialseq" id="serialseq[% newserialloo.serialid %]" value="" size="20" maxlength="100" onchange="if (this.value!=''){unHideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]', '[% newserialloo.serialid %]')} else {HideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]')}" />
329
        </td>
329
        </td>
330
        <td>
330
        <td>
331
            <input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" />
331
            <input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" />
Lines 361-369 $(document).ready(function() { Link Here
361
                    <option value="7">Claimed</option>
361
                    <option value="7">Claimed</option>
362
  [% END %]
362
  [% END %]
363
  [% IF ( newserialloo.status5 ) %]
363
  [% IF ( newserialloo.status5 ) %]
364
                    <option value="5" selected="selected">Not Available</option>
364
                    <option value="5" selected="selected">Not available</option>
365
  [% ELSE %]
365
  [% ELSE %]
366
                    <option value="5">Not Available</option>
366
                    <option value="5">Not available</option>
367
  [% END %]
367
  [% END %]
368
  [% IF ( newserialloo.status6 ) %]
368
  [% IF ( newserialloo.status6 ) %]
369
                    <option value="6" selected="selected">Delete</option>
369
                    <option value="6" selected="selected">Delete</option>
Lines 437-443 $(document).ready(function() { Link Here
437
            <li><a href="#" onclick="javascript:popup([% subscription.subscriptionid %])">Renew #[% subscription.subscriptionid %]</a></li>
437
            <li><a href="#" onclick="javascript:popup([% subscription.subscriptionid %])">Renew #[% subscription.subscriptionid %]</a></li>
438
        [% END %]
438
        [% END %]
439
    [% END %]
439
    [% END %]
440
    <li><a href="/cgi-bin/koha/catalogue/[% default_bib_view %].pl?biblionumber=[% biblionumber %]" title="go to [% bibliotitle %]">Show Biblio</a></li></ul>
440
    <li><a href="/cgi-bin/koha/catalogue/[% default_bib_view %].pl?biblionumber=[% biblionumber %]" title="go to [% bibliotitle %]">Show biblio</a></li></ul>
441
</div>
441
</div>
442
</div>
442
</div>
443
[% INCLUDE 'intranet-bottom.inc' %]
443
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt (-2 / +2 lines)
Lines 44-53 Serials updated : Link Here
44
      Status
44
      Status
45
    </th>
45
    </th>
46
    <th>
46
    <th>
47
      Publisheddate
47
      Published date
48
    </th>
48
    </th>
49
    <th>
49
    <th>
50
      Planneddate
50
      Planned date
51
    </th>
51
    </th>
52
    <th>
52
    <th>
53
      Notes
53
      Notes
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tt (-12 / +12 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Check In subscription for [% bibliotitle %]</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Check in subscription for [% bibliotitle %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script language="JavaScript" type="text/javascript">
4
<script language="JavaScript" type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 44-50 function barcode_check(){ Link Here
44
[% INCLUDE 'header.inc' %]
44
[% INCLUDE 'header.inc' %]
45
[% INCLUDE 'serials-search.inc' %]
45
[% INCLUDE 'serials-search.inc' %]
46
46
47
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Check In subscription for <i>[% bibliotitle %]</i></div>
47
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Check in subscription for <i>[% bibliotitle %]</i></div>
48
48
49
<div id="doc3" class="yui-t2">
49
<div id="doc3" class="yui-t2">
50
   
50
   
Lines 55-62 function barcode_check(){ Link Here
55
<h1>Check In subscription for <i>[% bibliotitle %]</i></h1>
55
<h1>Check In subscription for <i>[% bibliotitle %]</i></h1>
56
<div id="action">
56
<div id="action">
57
    <a href="subscription-detail.pl?subscriptionid=[% subscriptionid %]" title="detail of the subscription">Subscription Details</a>
57
    <a href="subscription-detail.pl?subscriptionid=[% subscriptionid %]" title="detail of the subscription">Subscription Details</a>
58
    <!-- <a href="/cgi-bin/koha/serials/serials-home.pl?biblionumber=[% biblionumber %]" class="button" title="all subscriptions on [% bibliotitle %]">Search All Subscriptions</a> -->
58
    <!-- <a href="/cgi-bin/koha/serials/serials-home.pl?biblionumber=[% biblionumber %]" class="button" title="all subscriptions on [% bibliotitle %]">Search all subscriptions</a> -->
59
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]" title="go to [% bibliotitle %]">Show Biblio</a>
59
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]" title="go to [% bibliotitle %]">Show biblio</a>
60
    [% IF ( routing ) %]
60
    [% IF ( routing ) %]
61
    <a href="routing.pl?subscriptionid=[% subscriptionid %]" title="subscription routing list">Routing list</a>
61
    <a href="routing.pl?subscriptionid=[% subscriptionid %]" title="subscription routing list">Routing list</a>
62
    [% END %]
62
    [% END %]
Lines 72-78 function barcode_check(){ Link Here
72
	<tr>
72
	<tr>
73
		<th>Numbered</th>
73
		<th>Numbered</th>
74
		<th>Published on</th>
74
		<th>Published on</th>
75
		<th>planned for</th>
75
		<th>Planned for</th>
76
		<th>Status</th>
76
		<th>Status</th>
77
		<th>Notes</th>
77
		<th>Notes</th>
78
	</tr>
78
	</tr>
Lines 82-88 function barcode_check(){ Link Here
82
				Issue <input type="text" name="serialseq" value="[% serialslis.serialseq %]" size="20" maxlength="100" />
82
				Issue <input type="text" name="serialseq" value="[% serialslis.serialseq %]" size="20" maxlength="100" />
83
			[% IF ( serialslis.serialadditems ) %]
83
			[% IF ( serialslis.serialadditems ) %]
84
				<br /><br />
84
				<br /><br />
85
				Callnumber <input type="text" name="itemcallnumber" value="[% serialslis.callnumber %]" size="15" maxlength="100" />
85
				Call number <input type="text" name="itemcallnumber" value="[% serialslis.callnumber %]" size="15" maxlength="100" />
86
				Barcode <input type="text" name="barcode" value="[% serialslis.barcode %]" id="barcode[% serialslis.num %]" size="20" maxlength="20" />
86
				Barcode <input type="text" name="barcode" value="[% serialslis.barcode %]" id="barcode[% serialslis.num %]" size="20" maxlength="20" />
87
			[% END %]
87
			[% END %]
88
			</td>
88
			</td>
Lines 128-136 function barcode_check(){ Link Here
128
						<option value="4">Missing</option>
128
						<option value="4">Missing</option>
129
					[% END %]
129
					[% END %]
130
					[% IF ( serialslis.status5 ) %]
130
					[% IF ( serialslis.status5 ) %]
131
						<option value="5" selected="selected">Not Available</option>
131
						<option value="5" selected="selected">Not available</option>
132
					[% ELSE %]
132
					[% ELSE %]
133
						<option value="5">Not Available</option>
133
						<option value="5">Not available</option>
134
					[% END %]
134
					[% END %]
135
					[% IF ( serialslis.status6 ) %]
135
					[% IF ( serialslis.status6 ) %]
136
						<option value="6" selected="selected">Delete</option>
136
						<option value="6" selected="selected">Delete</option>
Lines 152-158 function barcode_check(){ Link Here
152
						[% END %]
152
						[% END %]
153
				    [% ELSE %]
153
				    [% ELSE %]
154
					<select name="itemstatus">
154
					<select name="itemstatus">
155
						<option value="">Item Status</option>
155
                        <option value="">Item status</option>
156
						[% FOREACH itemstatusloo IN serialslis.itemstatusloop %]
156
						[% FOREACH itemstatusloo IN serialslis.itemstatusloop %]
157
						[% IF ( itemstatusloo.selected ) %]
157
						[% IF ( itemstatusloo.selected ) %]
158
							<option value="[% itemstatusloo.itemval %]" selected="selected">[% itemstatusloo.itemlib %]</option>
158
							<option value="[% itemstatusloo.itemval %]" selected="selected">[% itemstatusloo.itemlib %]</option>
Lines 196-202 function barcode_check(){ Link Here
196
				Manual issue <input type="text" name="serialseq" size="30" maxlength="100" value="[% missingseq %]" />
196
				Manual issue <input type="text" name="serialseq" size="30" maxlength="100" value="[% missingseq %]" />
197
			[% IF ( serialadditems ) %]
197
			[% IF ( serialadditems ) %]
198
				<br /><br />
198
				<br /><br />
199
				Callnumber <input type="text" name="itemcallnumber" value="" size="10" maxlength="15" />
199
				Call number <input type="text" name="itemcallnumber" value="" size="10" maxlength="15" />
200
				Barcode <input type="text" name="barcode" value="" size="20" maxlength="20" />
200
				Barcode <input type="text" name="barcode" value="" size="20" maxlength="20" />
201
			[% END %]
201
			[% END %]
202
			</td>
202
			</td>
Lines 240-246 function barcode_check(){ Link Here
240
						<option value="3" selected="selected">Late</option>
240
						<option value="3" selected="selected">Late</option>
241
						[% END %]
241
						[% END %]
242
						<option value="4">Missing</option>
242
						<option value="4">Missing</option>
243
						<option value="5">Not Available</option>
243
                        <option value="5">Not available</option>
244
244
245
245
246
				</select>
246
				</select>
Lines 258-264 function barcode_check(){ Link Here
258
						[% END %]
258
						[% END %]
259
				    [% ELSE %]
259
				    [% ELSE %]
260
					<select name="itemstatus">
260
					<select name="itemstatus">
261
						<option value="">Item Status</option>
261
                        <option value="">Item status</option>
262
						[% FOREACH itemstatusloo IN itemstatusloop %]
262
						[% FOREACH itemstatusloo IN itemstatusloop %]
263
						[% IF ( itemstatusloo.selected ) %]
263
						[% IF ( itemstatusloo.selected ) %]
264
							<option value="[% itemstatusloo.itemval %]" selected="selected">[% itemstatusloo.itemlib %]</option>
264
							<option value="[% itemstatusloo.itemval %]" selected="selected">[% itemstatusloo.itemlib %]</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-20 / +20 lines)
Lines 1037-1050 $(document).ready(function() { Link Here
1037
            </select>
1037
            </select>
1038
        </li>
1038
        </li>
1039
         <li>
1039
         <li>
1040
            <label for="callnumber">Call Number:</label>
1040
            <label for="callnumber">Call number:</label>
1041
            <input type="text" name="callnumber" id="callnumber" value="[% callnumber %]" size="20" />
1041
            <input type="text" name="callnumber" id="callnumber" value="[% callnumber %]" size="20" />
1042
        </li>
1042
        </li>
1043
        <li>
1043
        <li>
1044
            <label for="graceperiod">Grace period:</label> <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod %]" size="5"/> day(s)
1044
            <label for="graceperiod">Grace period:</label> <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod %]" size="5"/> day(s)
1045
        </li>
1045
        </li>
1046
        <li>
1046
        <li>
1047
            <label for="notes">Public note:</label>
1047
            <label for="notes">OPAC note:</label>
1048
            <textarea name="notes" id="notes" cols="30" rows="2">[% notes %]</textarea>
1048
            <textarea name="notes" id="notes" cols="30" rows="2">[% notes %]</textarea>
1049
        </li>
1049
        </li>
1050
        <li>
1050
        <li>
Lines 1065-1071 $(document).ready(function() { Link Here
1065
[% END %]
1065
[% END %]
1066
                [% END %]
1066
                [% END %]
1067
                </select> 
1067
                </select> 
1068
				<div class="hint">Select a notice and patrons on the routing list will be notified when new issues are received.</div>
1068
				<div class="hint">Select a notice and subscribers will be notified when new issues are received.</div>
1069
            	[% ELSE %]
1069
            	[% ELSE %]
1070
            <span class="label">Patron notification: </span>
1070
            <span class="label">Patron notification: </span>
1071
				<div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
1071
				<div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
Lines 1076-1082 $(document).ready(function() { Link Here
1076
			 <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount %]" size="4"/>
1076
			 <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount %]" size="4"/>
1077
		 </li>
1077
		 </li>
1078
		 <li>
1078
		 <li>
1079
			<label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label>
1079
			<label class="widelabel" for="opacdisplaycount">Number of issues to display in OPAC: </label>
1080
			<input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount %]" size="4"/>
1080
			<input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount %]" size="4"/>
1081
		</li>
1081
		</li>
1082
	</ol>
1082
	</ol>
Lines 1274-1297 $(document).ready(function() { Link Here
1274
                        <option value="1">Number</option>
1274
                        <option value="1">Number</option>
1275
                    [% END %]
1275
                    [% END %]
1276
                    [% IF ( numberpattern2 ) %]
1276
                    [% IF ( numberpattern2 ) %]
1277
                        <option value="2" selected="selected">Volume, Number, Issue</option>
1277
                        <option value="2" selected="selected">Volume, number, issue</option>
1278
                    [% ELSE %]
1278
                    [% ELSE %]
1279
                        <option value="2">Volume, Number, Issue</option>
1279
                        <option value="2">Volume, number, issue</option>
1280
                    [% END %]
1280
                    [% END %]
1281
                    [% IF ( numberpattern3 ) %]
1281
                    [% IF ( numberpattern3 ) %]
1282
                        <option value="3" selected="selected">Volume, Number</option>
1282
                        <option value="3" selected="selected">Volume, number</option>
1283
                    [% ELSE %]
1283
                    [% ELSE %]
1284
                        <option value="3">Volume, Number</option>
1284
                        <option value="3">Volume, number</option>
1285
                    [% END %]
1285
                    [% END %]
1286
                    [% IF ( numberpattern4 ) %]
1286
                    [% IF ( numberpattern4 ) %]
1287
                        <option value="4" selected="selected">Volume, Issue</option>
1287
                        <option value="4" selected="selected">Volume, issue</option>
1288
                    [% ELSE %]
1288
                    [% ELSE %]
1289
                        <option value="4">Volume, Issue</option>
1289
                        <option value="4">Volume, issue</option>
1290
                    [% END %]
1290
                    [% END %]
1291
                    [% IF ( numberpattern5 ) %]
1291
                    [% IF ( numberpattern5 ) %]
1292
                        <option value="5" selected="selected">Number, Issue</option>
1292
                        <option value="5" selected="selected">Number, issue</option>
1293
                    [% ELSE %]
1293
                    [% ELSE %]
1294
                        <option value="5">Number, Issue</option>
1294
                        <option value="5">Number, issue</option>
1295
                    [% END %]
1295
                    [% END %]
1296
                    [% IF ( numberpattern6 ) %]
1296
                    [% IF ( numberpattern6 ) %]
1297
                        <option value="6" selected="selected">Seasonal only</option>
1297
                        <option value="6" selected="selected">Seasonal only</option>
Lines 1316-1322 $(document).ready(function() { Link Here
1316
        <li>
1316
        <li>
1317
           <label for="beginning_date" class="required"> Subscription start date:</label>
1317
           <label for="beginning_date" class="required"> Subscription start date:</label>
1318
            
1318
            
1319
                <img src="[% themelang %]/lib/calendar/cal.gif" id="button1" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
1319
                <img src="[% themelang %]/lib/calendar/cal.gif" id="button1" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
1320
                <input type="text" name="startdate" value="[% startdate %]" size="13" maxlength="10" id="beginning_date" />
1320
                <input type="text" name="startdate" value="[% startdate %]" size="13" maxlength="10" id="beginning_date" />
1321
                <!-- both scripts for calendar must follow the input field --> 
1321
                <!-- both scripts for calendar must follow the input field --> 
1322
                <script type="text/javascript">
1322
                <script type="text/javascript">
Lines 1339-1347 $(document).ready(function() { Link Here
1339
            <label for="subtype" class="required">Subscription length:</label>
1339
            <label for="subtype" class="required">Subscription length:</label>
1340
            
1340
            
1341
                <select name="subtype" id="subtype">
1341
                <select name="subtype" id="subtype">
1342
					[% IF ( subtype_monthlength ) %]<option value="monthlength" selected="selected">[% ELSE %]<option value="monthlength">[% END %] Number of months</option>					
1342
                    [% IF ( subtype_monthlength ) %]<option value="monthlength" selected="selected">[% ELSE %]<option value="monthlength">[% END %] Number of months</option>
1343
					[% IF ( subtype_numberlength ) %]<option value="numberlength" selected="selected">[% ELSE %]<option value="numberlength">[% END %] Number of issues</option>					
1343
                    [% IF ( subtype_numberlength ) %]<option value="numberlength" selected="selected">[% ELSE %]<option value="numberlength">[% END %] Number of issues</option>
1344
					[% IF ( subtype_weeklength ) %]<option value="weeklength" selected="selected">[% ELSE %]<option value="weeklength">[% END %] Number of weeks</option>					
1344
                    [% IF ( subtype_weeklength ) %]<option value="weeklength" selected="selected">[% ELSE %]<option value="weeklength">[% END %] Number of weeks</option>
1345
                </select>
1345
                </select>
1346
                <input type="text" id="numberlength" name="sublength" value="[% sublength %]" size="3" onkeypress="return check_input(event)" /> (enter amount in numerals)
1346
                <input type="text" id="numberlength" name="sublength" value="[% sublength %]" size="3" onkeypress="return check_input(event)" /> (enter amount in numerals)
1347
            <span class="required">Required</span>
1347
            <span class="required">Required</span>
Lines 1373-1388 $(document).ready(function() { Link Here
1373
	</fieldset>
1373
	</fieldset>
1374
</div>
1374
</div>
1375
	<fieldset class="action">
1375
	<fieldset class="action">
1376
	<input type="button" class="action_test" value="Test Prediction Pattern" onclick="javascript:irregularity_check()" />
1376
	<input type="button" class="action_test" value="Test prediction pattern" onclick="javascript:irregularity_check()" />
1377
	<input type="button" class="action_reset" value="Reset Pattern" onclick="javascript:reset_pattern()" />
1377
	<input type="button" class="action_reset" value="Reset pattern" onclick="javascript:reset_pattern()" />
1378
    <input type="button" class="action_save"  value="Save subscription" onclick="Check(this.form)" accesskey="w" />
1378
    <input type="button" class="action_save"  value="Save subscription" onclick="Check(this.form)" accesskey="w" />
1379
	</fieldset>
1379
	</fieldset>
1380
    <fieldset class="action">
1380
    <fieldset class="action">
1381
    <input type="button" class="action_advanced" value="Show/Hide Advanced Pattern" onclick="javascript:display_table()" />
1381
    <input type="button" class="action_advanced" value="Show/Hide advanced pattern" onclick="javascript:display_table()" />
1382
    </fieldset>
1382
    </fieldset>
1383
           <div id="basetable"  style="display: none;">
1383
           <div id="basetable"  style="display: none;">
1384
            <table class="small">
1384
            <table class="small">
1385
                <tr><th colspan="4">Advanced Prediction Pattern</th></tr>
1385
                <tr><th colspan="4">Advanced prediction pattern</th></tr>
1386
				<tr>
1386
				<tr>
1387
                    <th>&nbsp;</th>
1387
                    <th>&nbsp;</th>
1388
                    <th>X</th>
1388
                    <th>X</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt (-1 lines)
Lines 6-12 Link Here
6
6
7
<div id="doc" class="yui-t7">
7
<div id="doc" class="yui-t7">
8
   <div id="bd">
8
   <div id="bd">
9
	
10
9
11
<h1>Catalog search</h1>
10
<h1>Catalog search</h1>
12
[% IF ( no_query ) %]
11
[% IF ( no_query ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-16 / +16 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Details for Subscription #[% subscriptionid %]</title>
2
<title>Koha &rsaquo; Serials &rsaquo; Details for subscription #[% subscriptionid %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 42-48 $(document).ready(function() { Link Here
42
[% INCLUDE 'header.inc' %]
42
[% INCLUDE 'header.inc' %]
43
[% INCLUDE 'serials-search.inc' %]
43
[% INCLUDE 'serials-search.inc' %]
44
44
45
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Details for Subscription #[% subscriptionid %]</div>
45
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Details for subscription #[% subscriptionid %]</div>
46
46
47
<div id="doc3" class="yui-t2">
47
<div id="doc3" class="yui-t2">
48
   
48
   
Lines 66-76 $(document).ready(function() { Link Here
66
			<input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
66
			<input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
67
			<input type="hidden" name="issueconfirmed" value="1" />
67
			<input type="hidden" name="issueconfirmed" value="1" />
68
			<input type="hidden" name="op" value="del" />
68
			<input type="hidden" name="op" value="del" />
69
			<input type="submit" class="approve" value="Yes, Delete (Y)" accesskey="y" />
69
			<input type="submit" class="approve" value="Yes, delete (Y)" accesskey="y" />
70
			</form>
70
			</form>
71
			<form method="get" action="/cgi-bin/koha/serials/subscription-detail.pl">
71
			<form method="get" action="/cgi-bin/koha/serials/subscription-detail.pl">
72
			<input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
72
			<input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
73
			<input type="submit" class="deny" value="No, Don't Delete (N)" accesskey="n" />
73
			<input type="submit" class="deny" value="No, don't delete (N)" accesskey="n" />
74
			</form>
74
			</form>
75
75
76
	</div>
76
	</div>
Lines 107-118 $(document).ready(function() { Link Here
107
    <div class="rows">
107
    <div class="rows">
108
        <ol>
108
        <ol>
109
        [% IF ( location ) %]<li><span class="label">Location:</span> [% location %]</li>[% END %]
109
        [% IF ( location ) %]<li><span class="label">Location:</span> [% location %]</li>[% END %]
110
        [% IF ( callnumber ) %]<li><span class="label">Call Number:</span> [% callnumber %]</li>[% END %]
110
        [% IF ( callnumber ) %]<li><span class="label">Call number:</span> [% callnumber %]</li>[% END %]
111
		[% IF ( staffdisplaycount ) %]<li><span class="label">Number of issues to display to staff:</span>[% staffdisplaycount %]</li>[% END %]
111
		[% IF ( staffdisplaycount ) %]<li><span class="label">Number of issues to display to staff:</span>[% staffdisplaycount %]</li>[% END %]
112
		[% IF ( opacdisplaycount ) %]<li><span class="label">Number of issues to display to the public:</span>[% opacdisplaycount %]</li>[% END %]
112
        [% IF ( opacdisplaycount ) %]<li><span class="label">Number of issues to display in OPAC:</span>[% opacdisplaycount %]</li>[% END %]
113
        [% IF ( letter ) %]
113
        [% IF ( letter ) %]
114
            <li>
114
            <li>
115
                <span class="label">Patron alert with:</span> [% letter %]
115
                <span class="label">Patron notification:</span> [% letter %]
116
                (<a href="/cgi-bin/koha/serials/viewalerts.pl?subscriptionid=[% subscriptionid %]">subscribers</a>)
116
                (<a href="/cgi-bin/koha/serials/viewalerts.pl?subscriptionid=[% subscriptionid %]">subscribers</a>)
117
            </li>
117
            </li>
118
        [% END %]
118
        [% END %]
Lines 157-166 $(document).ready(function() { Link Here
157
                        1/3 weeks
157
                        1/3 weeks
158
                [% END %]
158
                [% END %]
159
                [% IF ( periodicity5 ) %]
159
                [% IF ( periodicity5 ) %]
160
                        1/Month
160
                        1/month
161
                [% END %]
161
                [% END %]
162
                [% IF ( periodicity6 ) %]
162
                [% IF ( periodicity6 ) %]
163
                        1/2 Months (6/year)
163
                        1/2 months (6/year)
164
                [% END %]
164
                [% END %]
165
                [% IF ( periodicity7 ) %]
165
                [% IF ( periodicity7 ) %]
166
                        1/quarter
166
                        1/quarter
Lines 191-206 $(document).ready(function() { Link Here
191
                    Number only
191
                    Number only
192
                [% END %]
192
                [% END %]
193
                [% IF ( numberpattern2 ) %]
193
                [% IF ( numberpattern2 ) %]
194
                    Volume, Number, Issue
194
                    Volume, number, issue
195
                [% END %]
195
                [% END %]
196
                [% IF ( numberpattern3 ) %]
196
                [% IF ( numberpattern3 ) %]
197
                    Volume, Number
197
                    Volume, number
198
                [% END %]
198
                [% END %]
199
                [% IF ( numberpattern4 ) %]
199
                [% IF ( numberpattern4 ) %]
200
                    Volume, Issue
200
                    Volume, issue
201
                [% END %]
201
                [% END %]
202
                [% IF ( numberpattern5 ) %]
202
                [% IF ( numberpattern5 ) %]
203
                    Number, Issue
203
                    Number, issue
204
                [% END %]
204
                [% END %]
205
                [% IF ( numberpattern8 ) %]
205
                [% IF ( numberpattern8 ) %]
206
                    Year/Number
206
                    Year/Number
Lines 300-306 $(document).ready(function() { Link Here
300
                </tr>
300
                </tr>
301
                <tr>
301
                <tr>
302
                    <td>
302
                    <td>
303
                            Inner Counter
303
                            Inner counter
304
                    </td>
304
                    </td>
305
                    <td>[% innerloop1 %]</td>
305
                    <td>[% innerloop1 %]</td>
306
                    <td>[% innerloop2 %]</td>
306
                    <td>[% innerloop2 %]</td>
Lines 349-355 $(document).ready(function() { Link Here
349
                            Missing
349
                            Missing
350
                        [% END %]
350
                        [% END %]
351
                        [% IF ( serialslis.status5 ) %]
351
                        [% IF ( serialslis.status5 ) %]
352
                            Not Available
352
                            Not available
353
                        [% END %]
353
                        [% END %]
354
                        [% IF ( serialslis.status7 ) %]
354
                        [% IF ( serialslis.status7 ) %]
355
                            Claimed
355
                            Claimed
Lines 373-379 $(document).ready(function() { Link Here
373
            <li><span class="label">Received issues:</span>[% recievedlist %]</li>
373
            <li><span class="label">Received issues:</span>[% recievedlist %]</li>
374
            <li><span class="label">Missing issues:</span>[% missinglist %]</li>
374
            <li><span class="label">Missing issues:</span>[% missinglist %]</li>
375
            <li><span class="label">Nonpublic note:</span>[% internalnotes %]</li>
375
            <li><span class="label">Nonpublic note:</span>[% internalnotes %]</li>
376
            <li><span class="label">Public note:</span>[% notes %]</li>
376
            <li><span class="label">OPAC note:</span>[% notes %]</li>
377
            <li><span class="label">History staff note</span>[% librariannote %]</li>
377
            <li><span class="label">History staff note</span>[% librariannote %]</li>
378
            <li><span class="label">History OPAC note</span>[% opacnote %]</li>
378
            <li><span class="label">History OPAC note</span>[% opacnote %]</li>
379
        </ol>
379
        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt (-2 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials Subscription renew #[% subscriptionid %]</title>
2
<title>Koha &rsaquo; Serials subscription renew #[% subscriptionid %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css">
4
<style type="text/css">
5
   #custom-doc { width:39.85em;*width:38.86em;min-width:531px; margin:auto; text-align:left; }
5
   #custom-doc { width:39.85em;*width:38.86em;min-width:531px; margin:auto; text-align:left; }
6
- 

Return to bug 2780