Lines 32-38
Link Here
|
32 |
|
32 |
|
33 |
<form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> |
33 |
<form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> |
34 |
<fieldset class="rows"> |
34 |
<fieldset class="rows"> |
35 |
<ol> |
35 |
<legend>Suggestion Form</legend> |
|
|
36 |
<ol> |
36 |
<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" maxlength="255" /></li> |
37 |
<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" maxlength="80" /></li> |
38 |
<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> |
Lines 85-90
Link Here
|
85 |
</ol> |
86 |
</ol> |
86 |
</fieldset> |
87 |
</fieldset> |
87 |
<fieldset class="action"> |
88 |
<fieldset class="action"> |
|
|
89 |
<legend>Submit</legend> |
88 |
<input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /> |
90 |
<input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /> |
89 |
<input type="hidden" name="op" value="add_confirm" /> |
91 |
<input type="hidden" name="op" value="add_confirm" /> |
90 |
<input type="submit" onclick="Check(this.form); return false;" class="btn" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a> |
92 |
<input type="submit" onclick="Check(this.form); return false;" class="btn" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a> |
91 |
- |
|
|