|
Lines 80-86
Link Here
|
| 80 |
<label for="lib_opac">Description (OPAC): </label> |
80 |
<label for="lib_opac">Description (OPAC): </label> |
| 81 |
<input type="text" name="lib_opac" id="lib_opac" value="[% lib_opac | html %]" maxlength="200" /> |
81 |
<input type="text" name="lib_opac" id="lib_opac" value="[% lib_opac | html %]" maxlength="200" /> |
| 82 |
</li> |
82 |
</li> |
| 83 |
<li><label for="branches">Libraries limitation: </label> |
83 |
<li><label for="branches">Library limitations: </label> |
| 84 |
<select id="branches" name="branches" multiple size="10"> |
84 |
<select id="branches" name="branches" multiple size="10"> |
| 85 |
<option value="">All libraries</option> |
85 |
<option value="">All libraries</option> |
| 86 |
[% FOREACH branch IN branches_loop %] |
86 |
[% FOREACH branch IN branches_loop %] |
| 87 |
- |
|
|