|
Lines 166-176
Link Here
|
| 166 |
<li> |
166 |
<li> |
| 167 |
[% IF ( itemtype_required ) %] |
167 |
[% IF ( itemtype_required ) %] |
| 168 |
<label for="itemtype" class="required">Item type:</label> |
168 |
<label for="itemtype" class="required">Item type:</label> |
| 169 |
[% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20 %] |
169 |
[% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, required = 1, blank = 1 %] |
| 170 |
<span class="required">Required</span> |
170 |
<span class="required">Required</span> |
| 171 |
[% ELSE %] |
171 |
[% ELSE %] |
| 172 |
<label for="itemtype">Item type:</label> |
172 |
<label for="itemtype">Item type:</label> |
| 173 |
[% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20 %] |
173 |
[% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, blank = 1 %] |
| 174 |
[% END %] |
174 |
[% END %] |
| 175 |
</li> |
175 |
</li> |
| 176 |
[% END %] |
176 |
[% END %] |
| 177 |
- |
|
|