Lines 231-237
Link Here
|
231 |
<option value="1">Yes</option> |
231 |
<option value="1">Yes</option> |
232 |
<option value="0" selected>No</option> |
232 |
<option value="0" selected>No</option> |
233 |
[% END %] |
233 |
[% END %] |
234 |
<select> |
234 |
</select> |
235 |
</li> |
235 |
</li> |
236 |
<li><label for="branches">Library limitations: </label> |
236 |
<li><label for="branches">Library limitations: </label> |
237 |
<select id="branches" name="branches" multiple size="10"> |
237 |
<select id="branches" name="branches" multiple size="10"> |
Lines 614-620
Link Here
|
614 |
<h1>Patron categories</h1> |
614 |
<h1>Patron categories</h1> |
615 |
<div class="page-section"> |
615 |
<div class="page-section"> |
616 |
[% IF searchfield %] |
616 |
[% IF searchfield %] |
617 |
You searched for [% searchfield | html %]</span> |
617 |
<span>You searched for [% searchfield | html %]</span> |
618 |
[% END %] |
618 |
[% END %] |
619 |
[% IF categories %] |
619 |
[% IF categories %] |
620 |
<table id="patron_categories"> |
620 |
<table id="patron_categories"> |
621 |
- |
|
|