Lines 5-11
Link Here
|
5 |
<title>Koha › Serials › Serial edition [% bibliotitle | html %]</title> |
5 |
<title>Koha › Serials › Serial edition [% bibliotitle | html %]</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% Asset.js("js/cataloging.js") | $raw %] |
7 |
[% Asset.js("js/cataloging.js") | $raw %] |
8 |
[% Asset.js("js/prevent_submit.js") | $raw %] |
|
|
9 |
[% INCLUDE 'calendar.inc' %] |
8 |
[% INCLUDE 'calendar.inc' %] |
10 |
<script> |
9 |
<script> |
11 |
//<![CDATA[ |
10 |
//<![CDATA[ |
Lines 97-103
$(document).ready(function() {
Link Here
|
97 |
[% IF location %] ([% AuthorisedValues.GetByCode('LOC', location) | html %])[% END %] |
96 |
[% IF location %] ([% AuthorisedValues.GetByCode('LOC', location) | html %])[% END %] |
98 |
[% IF ( callnumber ) %] callnumber: [% callnumber | html %][% END %]</h1> |
97 |
[% IF ( callnumber ) %] callnumber: [% callnumber | html %][% END %]</h1> |
99 |
[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html %]</p>[% END %] |
98 |
[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html %]</p>[% END %] |
100 |
<form method="post" name="f" action="serials-edit.pl" id="serials_edit"> |
99 |
<form method="post" name="f" class="noEnterSubmit" action="serials-edit.pl" id="serials_edit"> |
101 |
|
100 |
|
102 |
[% IF ( Errors ) %] |
101 |
[% IF ( Errors ) %] |
103 |
<div class="dialog alert"> |
102 |
<div class="dialog alert"> |