|
Lines 412-421
Link Here
|
| 412 |
<label for="collectiontitle">Collection title:</label> |
412 |
<label for="collectiontitle">Collection title:</label> |
| 413 |
<input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]" /> |
413 |
<input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]" /> |
| 414 |
</li> |
414 |
</li> |
| 415 |
<li> |
415 |
[% UNLESS hide_itemtype %] |
| 416 |
<label for="itemtype">Document type:</label> |
416 |
<li> |
| 417 |
[% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size=20, default=itemtype, empty=1 %] |
417 |
<label for="itemtype">Document type:</label> |
| 418 |
</li> |
418 |
[% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size=20, default=itemtype, empty=1 %] |
|
|
419 |
</li> |
| 420 |
[% END %] |
| 419 |
[% IF patron_reason_loop %] |
421 |
[% IF patron_reason_loop %] |
| 420 |
<li> |
422 |
<li> |
| 421 |
<label for="patronreason">Reason for suggestion: </label> |
423 |
<label for="patronreason">Reason for suggestion: </label> |