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