Lines 503-508
Link Here
|
503 |
</ol> |
503 |
</ol> |
504 |
</fieldset> <!-- /#add_notice --> |
504 |
</fieldset> <!-- /#add_notice --> |
505 |
|
505 |
|
|
|
506 |
<fieldset class="page-section"> |
507 |
<h2>HTML styles</h2> |
508 |
[% WRAPPER accordion panelgroup_id="notice_styles" %] |
509 |
[% WRAPPER accordion_item %] |
510 |
[% WRAPPER accordion_heading panel_id="all_notice_css" %] |
511 |
All Notice CSS |
512 |
[% END %] |
513 |
[% WRAPPER accordion_panel panel_id="all_notice_css" %] |
514 |
<pre><code>[%-Koha.Preference('AllNoticeCSS') | html -%]</pre></code> |
515 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
516 |
<a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllNoticeCSS'>Edit</a> |
517 |
[% END %] |
518 |
[% END %] |
519 |
[% END %] |
520 |
[% WRAPPER accordion_item %] |
521 |
[% WRAPPER accordion_heading panel_id="email_notice_css" %] |
522 |
Email Notice CSS |
523 |
[% END %] |
524 |
[% WRAPPER accordion_panel panel_id="email_notice_css" %] |
525 |
<pre><code>[%- Koha.Preference('EmailNoticeCSS') | html -%]</code></pre> |
526 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
527 |
<a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailNoticeCSS'>Edit</a> |
528 |
[% END %] |
529 |
[% END %] |
530 |
[% END %] |
531 |
[% WRAPPER accordion_item %] |
532 |
[% WRAPPER accordion_heading panel_id="print_notice_css" %] |
533 |
Print Notice CSS |
534 |
[% END %] |
535 |
[% WRAPPER accordion_panel panel_id="print_notice_css" %] |
536 |
<pre><code>[%- Koha.Preference('PrintNoticeCSS') | html -%]</code></pre> |
537 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
538 |
<a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PrintNoticeCSS'>Edit</a> |
539 |
[% END %] |
540 |
[% END %] |
541 |
[% END %] |
542 |
[% END %] |
543 |
</fieldset> |
544 |
|
506 |
[% IF Koha.Preference('TranslateNotices') %] |
545 |
[% IF Koha.Preference('TranslateNotices') %] |
507 |
<div style="clear:both"></div> |
546 |
<div style="clear:both"></div> |
508 |
[% WRAPPER tabs id= "tabs" %] |
547 |
[% WRAPPER tabs id= "tabs" %] |
509 |
- |
|
|