Lines 34-45
Link Here
|
34 |
<form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> |
34 |
<form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> |
35 |
<fieldset class="rows"> |
35 |
<fieldset class="rows"> |
36 |
<ol> |
36 |
<ol> |
37 |
<li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" maxlength="255" /></li> |
37 |
<li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" class="span6" maxlength="255" /></li> |
38 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" maxlength="80" /></li> |
38 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" class="span6" maxlength="80" /></li> |
39 |
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li> |
39 |
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li> |
40 |
<li><label for="isbn">Standard number (ISBN, ISSN or other):</label><input type="text" id="isbn" name="isbn" maxlength="80" /></li> |
40 |
<li><label for="isbn">Standard number (ISBN, ISSN or other):</label><input type="text" id="isbn" name="isbn" maxlength="80" /></li> |
41 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" maxlength="80" /></li> |
41 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" /></li> |
42 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" maxlength="80" /></li> |
42 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" /></li> |
43 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" maxlength="80" /></li> |
43 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" maxlength="80" /></li> |
44 |
<li><label for="itemtype">Item type:</label> |
44 |
<li><label for="itemtype">Item type:</label> |
45 |
<select name="itemtype" id="itemtype"> |
45 |
<select name="itemtype" id="itemtype"> |