Lines 289-295
Link Here
|
289 |
<div class="hint">Set to 'yes' to show this library as a search option and on the libraries page in the OPAC.</div> |
289 |
<div class="hint">Set to 'yes' to show this library as a search option and on the libraries page in the OPAC.</div> |
290 |
</li> |
290 |
</li> |
291 |
<li> |
291 |
<li> |
292 |
<label for="UserJS">UserJS: </label> |
292 |
<label for="opacuserjs">Specific OPAC JS: </label> |
293 |
<div style="display:flex; flex-direction:column;"> |
293 |
<div style="display:flex; flex-direction:column;"> |
294 |
<a class="expand-textarea" id="expand_opacuserjs" data-target="opacuserjs" data-syntax="javascript" href="#">Edit</a> |
294 |
<a class="expand-textarea" id="expand_opacuserjs" data-target="opacuserjs" data-syntax="javascript" href="#">Edit</a> |
295 |
<textarea style="display:none" name="opacuserjs" id="opacuserjs" class="codemirror" rows="10" cols="40">[% library.opacuserjs | html %]</textarea> |
295 |
<textarea style="display:none" name="opacuserjs" id="opacuserjs" class="codemirror" rows="10" cols="40">[% library.opacuserjs | html %]</textarea> |
Lines 297-303
Link Here
|
297 |
</div> |
297 |
</div> |
298 |
</li> |
298 |
</li> |
299 |
<li> |
299 |
<li> |
300 |
<label for="UserCSS">UserCSS: </label> |
300 |
<label for="opacusercss">Specific OPAC CSS: </label> |
301 |
<div style="display:flex; flex-direction:column;"> |
301 |
<div style="display:flex; flex-direction:column;"> |
302 |
<a class="expand-textarea" id="expand_opacusercss" data-target="opacusercss" data-syntax="css" href="#">Edit</a> |
302 |
<a class="expand-textarea" id="expand_opacusercss" data-target="opacusercss" data-syntax="css" href="#">Edit</a> |
303 |
<textarea style="display:none" name="opacusercss" id="opacusercss" class="" rows="10" cols="40">[% library.opacusercss | html %]</textarea> |
303 |
<textarea style="display:none" name="opacusercss" id="opacusercss" class="" rows="10" cols="40">[% library.opacusercss | html %]</textarea> |
304 |
- |
|
|