View | Details | Raw Unified | Return to bug 35267
Collapse All | Expand All

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

Return to bug 35267