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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +45 lines)
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
                            [% END %]
514
                            [% WRAPPER accordion_panel panel_id="all_notice_css" %]
515
                                <pre>
516
                                    [% Koha.Preference('AllNoticeCSS') | html %]
517
                                </pre>
518
                                [% IF ( CAN_user_parameters_manage_sysprefs ) %]
519
                                    <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllNoticeCSS'>Edit</a>
520
                                [% END %]
521
                            [% END %]
522
                            [% WRAPPER accordion_item %]
523
                                [% WRAPPER accordion_heading panel_id="email_notice_css" %]
524
                                    Email Notice CSS
525
                                [% END %]
526
                            [% END %]
527
                            [% WRAPPER accordion_panel panel_id="email_notice_css" %]
528
                                <pre>
529
                                    [% Koha.Preference('EmailNoticeCSS') | html %]
530
                                </pre>
531
                                [% IF ( CAN_user_parameters_manage_sysprefs ) %]
532
                                    <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailNoticeCSS'>Edit</a>
533
                                [% END %]
534
                            [% END %]
535
                            [% WRAPPER accordion_item %]
536
                                [% WRAPPER accordion_heading panel_id="print_notice_css" %]
537
                                    Print Notice CSS
538
                                [% END %]
539
                            [% END %]
540
                            [% WRAPPER accordion_panel panel_id="print_notice_css" %]
541
                                <pre>
542
                                    [% Koha.Preference('PrintNoticeCSS') | html %]
543
                                </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
                        </fieldset>
550
506
                        [% IF Koha.Preference('TranslateNotices') %]
551
                        [% IF Koha.Preference('TranslateNotices') %]
507
                            <div style="clear:both"></div>
552
                            <div style="clear:both"></div>
508
                            [% WRAPPER tabs id= "tabs" %]
553
                            [% WRAPPER tabs id= "tabs" %]
509
- 

Return to bug 35267