Lines 209-215
Link Here
|
209 |
|
209 |
|
210 |
[%# Following on one line for translatability %] |
210 |
[%# Following on one line for translatability %] |
211 |
[% IF ( ( OpacAdvSearchOptions and OpacAdvSearchOptions.grep('location').size > 0 and not expanded_options ) or ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.grep('location').size > 0 and expanded_options ) ) %] |
211 |
[% IF ( ( OpacAdvSearchOptions and OpacAdvSearchOptions.grep('location').size > 0 and not expanded_options ) or ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.grep('location').size > 0 and expanded_options ) ) %] |
212 |
[% UNLESS ( singleBranchMode ) %] |
212 |
[% IF ( singleBranchMode ) %] |
|
|
213 |
<div class="span3"> |
214 |
<!-- AVAILABILITY LIMITS --> |
215 |
<div id="location"> |
216 |
<fieldset> |
217 |
<legend>Availability: </legend> |
218 |
<div style="margin-top:.4em"> |
219 |
<label for="available-items"><input type="checkbox" id="available-items" name="limit" value="available" /> Only items currently available for loan or reference</label> |
220 |
</div> |
221 |
</fieldset> |
222 |
</div> <!-- / #location --> |
223 |
<!-- /AVAILABILITY LIMITS --> |
224 |
</div> <!-- / .span3 --> |
225 |
[% ELSE %] |
213 |
<div class="span3"> |
226 |
<div class="span3"> |
214 |
<!-- AVAILABILITY LIMITS --> |
227 |
<!-- AVAILABILITY LIMITS --> |
215 |
<div id="location"> |
228 |
<div id="location"> |
Lines 243-249
Link Here
|
243 |
</div> <!-- / #location --> |
256 |
</div> <!-- / #location --> |
244 |
<!-- /AVAILABILITY LIMITS --> |
257 |
<!-- /AVAILABILITY LIMITS --> |
245 |
</div> <!-- / .span3 --> |
258 |
</div> <!-- / .span3 --> |
246 |
[% END # / UNLESS singleBranchMode %] |
259 |
[% END # / IF singleBranchMode %] |
247 |
[% END %] |
260 |
[% END %] |
248 |
|
261 |
|
249 |
[%# Following on one line for translatability %] |
262 |
[%# Following on one line for translatability %] |
250 |
- |
|
|