|
Lines 538-543
Link Here
|
| 538 |
</fieldset> |
538 |
</fieldset> |
| 539 |
<!-- /#add_notice --> |
539 |
<!-- /#add_notice --> |
| 540 |
|
540 |
|
|
|
541 |
<fieldset class="page-section"> |
| 542 |
<h2>HTML styles</h2> |
| 543 |
[% WRAPPER accordion panelgroup_id="notice_styles" %] |
| 544 |
[% WRAPPER accordion_item %] |
| 545 |
[% WRAPPER accordion_heading panel_id="all_notice_css" %] |
| 546 |
All Notice CSS |
| 547 |
[% END %] |
| 548 |
[% WRAPPER accordion_panel panel_id="all_notice_css" %] |
| 549 |
<pre><code>[%- Koha.Preference('AllNoticeCSS') | html -%]</code></pre> |
| 550 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
| 551 |
<a class="syspref-link" href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllNoticeCSS">Edit</a> |
| 552 |
[% END %] |
| 553 |
[% END %] |
| 554 |
[% END %] |
| 555 |
[% WRAPPER accordion_item %] |
| 556 |
[% WRAPPER accordion_heading panel_id="email_notice_css" %] |
| 557 |
Email Notice CSS |
| 558 |
[% END %] |
| 559 |
[% WRAPPER accordion_panel panel_id="email_notice_css" %] |
| 560 |
<pre><code>[%- Koha.Preference('EmailNoticeCSS') | html -%]</code></pre> |
| 561 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
| 562 |
<a class="syspref-link" href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailNoticeCSS">Edit</a> |
| 563 |
[% END %] |
| 564 |
[% END %] |
| 565 |
[% END %] |
| 566 |
[% WRAPPER accordion_item %] |
| 567 |
[% WRAPPER accordion_heading panel_id="print_notice_css" %] |
| 568 |
Print Notice CSS |
| 569 |
[% END %] |
| 570 |
[% WRAPPER accordion_panel panel_id="print_notice_css" %] |
| 571 |
<pre><code>[%- Koha.Preference('PrintNoticeCSS') | html -%]</code></pre> |
| 572 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
| 573 |
<a class="syspref-link" href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PrintNoticeCSS">Edit</a> |
| 574 |
[% END %] |
| 575 |
[% END %] |
| 576 |
[% END %] |
| 577 |
[% END %] |
| 578 |
</fieldset> |
| 579 |
|
| 541 |
[% IF Koha.Preference('TranslateNotices') %] |
580 |
[% IF Koha.Preference('TranslateNotices') %] |
| 542 |
<div style="clear:both"></div> |
581 |
<div style="clear:both"></div> |
| 543 |
[% WRAPPER tabs id= "tabs" %] |
582 |
[% WRAPPER tabs id= "tabs" %] |
| 544 |
- |
|
|