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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 / +2 lines)
Lines 64-70 $(document).ready(function() { Link Here
64
[% UNLESS ( popup ) %]
64
[% UNLESS ( popup ) %]
65
	[% INCLUDE 'serials-toolbar.inc' %]
65
	[% INCLUDE 'serials-toolbar.inc' %]
66
66
67
	<h1>Serial Collection information for  <i>[% bibliotitle %]</i> ([% location %] ) 
67
	<h1>Serial Collection information for  <i>[% bibliotitle %]</i>
68
        [% IF location %] ([% location %] ) [% END %]
68
		[% IF ( callnumber ) %]callnumber: [% callnumber %][% END %]</h1>
69
		[% IF ( callnumber ) %]callnumber: [% callnumber %][% END %]</h1>
69
[% END %]
70
[% END %]
70
71
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-2 / +2 lines)
Lines 178-184 $(document).ready(function() { Link Here
178
	<div class="yui-b">
178
	<div class="yui-b">
179
179
180
<h1>Serial Edition <i>[% bibliotitle %]</i>
180
<h1>Serial Edition <i>[% bibliotitle %]</i>
181
	( [% location %] ) [% IF ( callnumber ) %] callnumber: [% callnumber %][% END %]</h1>
181
	i[% IF location %] ( [% location %] ) [% END %]
182
    [% IF ( callnumber ) %] callnumber: [% callnumber %][% END %]</h1>
182
<form method="post" name="f" action="serials-edit.pl" id="serials_edit">
183
<form method="post" name="f" action="serials-edit.pl" id="serials_edit">
183
<!--onsubmit="return barcode_check()">-->
184
<!--onsubmit="return barcode_check()">-->
184
185
185
- 

Return to bug 6194