|
Lines 242-250
Libraries › Administration › Koha
Link Here
|
| 242 |
<li><label for="opac_info">OPAC info: </label> |
242 |
<li><label for="opac_info">OPAC info: </label> |
| 243 |
[% IF OpacLibraryInfo %]<!-- opac_info --> |
243 |
[% IF OpacLibraryInfo %]<!-- opac_info --> |
| 244 |
<div>[% OpacLibraryInfo.content | $raw %]</div> |
244 |
<div>[% OpacLibraryInfo.content | $raw %]</div> |
| 245 |
<div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit html content</a></div> |
245 |
<div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit HTML content</a></div> |
| 246 |
[% ELSE %] |
246 |
[% ELSE %] |
| 247 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&editmode=wysiwyg" target="_blank">Add html content</a> |
247 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&editmode=wysiwyg" target="_blank">Add HTML content</a> |
| 248 |
[% END %] |
248 |
[% END %] |
| 249 |
</li> |
249 |
</li> |
| 250 |
<li> |
250 |
<li> |
| 251 |
- |
|
|