|
Lines 147-157
Link Here
|
| 147 |
[% END %] |
147 |
[% END %] |
| 148 |
<li> |
148 |
<li> |
| 149 |
<label for="liblibrarian[% loo.row | html %]">Description in staff interface: </label> |
149 |
<label for="liblibrarian[% loo.row | html %]">Description in staff interface: </label> |
| 150 |
<input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian_[% loo.row | html %]" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" /> |
150 |
<input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian_[% loo.row | html %]" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="255" /> |
| 151 |
</li> |
151 |
</li> |
| 152 |
<li> |
152 |
<li> |
| 153 |
<label for="libopac[% loo.row | html %]">Description in OPAC: </label> |
153 |
<label for="libopac[% loo.row | html %]">Description in OPAC: </label> |
| 154 |
<input type="text" id="libopac[% loo.row | html %]" name="libopac_[% loo.row | html %]" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" /> |
154 |
<input type="text" id="libopac[% loo.row | html %]" name="libopac_[% loo.row | html %]" value="[% loo.libopac | html_entity %]" size="40" maxlength="255" /> |
| 155 |
</li> |
155 |
</li> |
| 156 |
<li> |
156 |
<li> |
| 157 |
<label for="repeatable[% loo.row | html %]">Repeatable: </label> |
157 |
<label for="repeatable[% loo.row | html %]">Repeatable: </label> |