Lines 296-302
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
296 |
<div id="yui-main"> |
296 |
<div id="yui-main"> |
297 |
<div class="yui-b"> |
297 |
<div class="yui-b"> |
298 |
[% IF ( op_save ) %] |
298 |
[% IF ( op_save ) %] |
299 |
<form id="add_edit" action="suggestion.pl" method="post"> |
299 |
<form id="add_edit" action="suggestion.pl" method="post" class="validated"> |
300 |
<input type="hidden" name="redirect" id="redirect" value="[% redirect %]" /> |
300 |
<input type="hidden" name="redirect" id="redirect" value="[% redirect %]" /> |
301 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
301 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
302 |
[% IF ( suggestionid ) %] |
302 |
[% IF ( suggestionid ) %] |
Lines 306-312
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
306 |
<h1>Enter a new purchase suggestion</h1> |
306 |
<h1>Enter a new purchase suggestion</h1> |
307 |
[% END %] |
307 |
[% END %] |
308 |
<fieldset class="rows"> <legend>Bibliographic information</legend><ol> |
308 |
<fieldset class="rows"> <legend>Bibliographic information</legend><ol> |
309 |
<li><label for="title" class="required">Title:</label><input type="text" id="title" name="title" size="80" maxlength="255" value="[% title |html %]" required="required" /></li> |
309 |
<li> |
|
|
310 |
<label for="title" class="required">Title:</label> |
311 |
<input type="text" id="title" name="title" size="80" maxlength="255" value="[% title |html %]" required="required" class="required" /> |
312 |
<span class="required">Required</span> |
313 |
</li> |
310 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author %]"/></li> |
314 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author %]"/></li> |
311 |
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate %]" /></li> |
315 |
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate %]" /></li> |
312 |
<li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn %]"/></li> |
316 |
<li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn %]"/></li> |
313 |
- |
|
|