Lines 56-62
Link Here
|
56 |
<form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form"> |
56 |
<form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form"> |
57 |
<fieldset class="rows"> |
57 |
<fieldset class="rows"> |
58 |
<ol> |
58 |
<ol> |
59 |
[% UNLESS ( title_hidden ) %] |
|
|
60 |
<li> |
59 |
<li> |
61 |
[% IF ( title_required ) %] |
60 |
[% IF ( title_required ) %] |
62 |
<label for="title" class="required">Title:</label> |
61 |
<label for="title" class="required">Title:</label> |
Lines 67-73
Link Here
|
67 |
<input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" /> |
66 |
<input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" /> |
68 |
[% END %] |
67 |
[% END %] |
69 |
</li> |
68 |
</li> |
70 |
[% END %] |
|
|
71 |
<li> |
69 |
<li> |
72 |
[% UNLESS ( author_hidden ) %] |
70 |
[% UNLESS ( author_hidden ) %] |
73 |
[% IF ( author_required ) %] |
71 |
[% IF ( author_required ) %] |
74 |
- |
|
|