Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% USE Branches %] |
2 |
[% USE Branches %] |
2 |
[% USE AuthorisedValues %] |
3 |
[% USE AuthorisedValues %] |
3 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
Lines 212-222
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
212 |
<li><span class="label">Publisher:</span>[% publishercode |html %]</li> |
213 |
<li><span class="label">Publisher:</span>[% publishercode |html %]</li> |
213 |
<li><span class="label">Publication place:</span>[% place |html %]</li> |
214 |
<li><span class="label">Publication place:</span>[% place |html %]</li> |
214 |
<li><span class="label">Collection title:</span>[% collectiontitle |html %]</li> |
215 |
<li><span class="label">Collection title:</span>[% collectiontitle |html %]</li> |
215 |
<li><span class="label">Document type:</span> |
216 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) != 'none' ) %] |
216 |
[% FOREACH supports_loo IN supports_loop %] |
217 |
<li> |
217 |
[% IF ( supports_loo.selected ) %][% supports_loo.lib %][% END %] |
218 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) == 'itemtypes' ) %] |
218 |
[% END %] |
219 |
<span class="label">Item type:</span> |
219 |
</li> |
220 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'ccode' ) %] |
|
|
221 |
<span class="label">Collection:</span> |
222 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'loc' )%] |
223 |
<span class="label">Shelving location:</span> |
224 |
[% END %] |
225 |
[% FOREACH supports_loo IN supports_loop %] |
226 |
[% IF ( supports_loo.selected ) %][% supports_loo.lib %][% END %] |
227 |
[% END %] |
228 |
</li> |
229 |
[% END %] |
230 |
|
220 |
[% IF ( patron_reason_loop ) %] |
231 |
[% IF ( patron_reason_loop ) %] |
221 |
<li><span class="label">Reason for suggestion: </span> |
232 |
<li><span class="label">Reason for suggestion: </span> |
222 |
[% FOREACH patron_reason_loo IN patron_reason_loop %] |
233 |
[% FOREACH patron_reason_loo IN patron_reason_loop %] |
Lines 335-348
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
335 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode | html %]"/></li> |
346 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode | html %]"/></li> |
336 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place | html %]"/></li> |
347 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place | html %]"/></li> |
337 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]"/></li> |
348 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]"/></li> |
338 |
<li><label for="itemtype">Document type:</label> |
349 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) != 'none' ) %] |
339 |
<select id="itemtype" name="itemtype" > |
350 |
<li> |
340 |
[% FOREACH supports_loo IN supports_loop %] |
351 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) == 'itemtypes' ) %] |
341 |
[% IF ( supports_loo.selected ) %]<option selected="selected" value="[% supports_loo.authorised_value %]">[% ELSE %]<option value="[% supports_loo.authorised_value %]">[% END %] |
352 |
<label for="itemtype">Item type:</label> |
342 |
[% supports_loo.lib %]</option> |
353 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'ccode' ) %] |
343 |
[% END %] |
354 |
<label for="itemtype">Collection:</label> |
344 |
</select> |
355 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'loc' )%] |
345 |
</li> |
356 |
<label for="itemtype">Shelving location:</label> |
|
|
357 |
[% END %] |
358 |
<select id="itemtype" name="itemtype" > |
359 |
<option value=""></option> |
360 |
[% FOREACH supports_loo IN supports_loop %] |
361 |
[% IF ( supports_loo.selected ) %]<option selected="selected" value="[% supports_loo.authorised_value %]">[% ELSE %]<option value="[% supports_loo.authorised_value %]">[% END %] |
362 |
[% supports_loo.lib %]</option> |
363 |
[% END %] |
364 |
</select> |
365 |
</li> |
366 |
[% END %] |
346 |
[% IF ( patron_reason_loop ) %]<li><label for="patronreason">Reason for suggestion: </label><select name="patronreason" id="patronreason"><option value=""> -- Choose -- </option>[% FOREACH patron_reason_loo IN patron_reason_loop %] |
367 |
[% IF ( patron_reason_loop ) %]<li><label for="patronreason">Reason for suggestion: </label><select name="patronreason" id="patronreason"><option value=""> -- Choose -- </option>[% FOREACH patron_reason_loo IN patron_reason_loop %] |
347 |
[% IF ( patron_reason_loo.selected ) %]<option value="[% patron_reason_loo.authorised_value %]" selected="selected">[% patron_reason_loo.lib %]</option>[% ELSE %]<option value="[% patron_reason_loo.authorised_value %]">[% patron_reason_loo.lib %]</option>[% END %] |
368 |
[% IF ( patron_reason_loo.selected ) %]<option value="[% patron_reason_loo.authorised_value %]" selected="selected">[% patron_reason_loo.lib %]</option>[% ELSE %]<option value="[% patron_reason_loo.authorised_value %]">[% patron_reason_loo.lib %]</option>[% END %] |
348 |
[% END %]</select></li>[% END %] |
369 |
[% END %]</select></li>[% END %] |