Lines 419-425
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
419 |
<fieldset class="rows"> <legend>Acquisition information</legend><ol> |
419 |
<fieldset class="rows"> <legend>Acquisition information</legend><ol> |
420 |
<li><label for="branchcode">Library:</label> |
420 |
<li><label for="branchcode">Library:</label> |
421 |
<select name="branchcode" id="branchcode"> |
421 |
<select name="branchcode" id="branchcode"> |
422 |
<option value="__ANY__">Any</option>[% FOREACH branchloo IN branchloop %] |
422 |
<option value="">Any</option>[% FOREACH branchloo IN branchloop %] |
423 |
[% IF ( branchloo.selected ) %]<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]<option value="[% branchloo.value %]">[% branchloo.branchname %]</option>[% END %][% END %] |
423 |
[% IF ( branchloo.selected ) %]<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]<option value="[% branchloo.value %]">[% branchloo.branchname %]</option>[% END %][% END %] |
424 |
</select> |
424 |
</select> |
425 |
</li> |
425 |
</li> |
426 |
- |
|
|