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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +2 lines)
Lines 483-489 form { Link Here
483
            }
483
            }
484
        }
484
        }
485
485
486
        .notification_method {
486
        .notification_method,
487
        #main_contact_method    {
487
            background-color: #FFE;
488
            background-color: #FFE;
488
            border: 1px solid #CCC;
489
            border: 1px solid #CCC;
489
            border-radius: 5px;
490
            border-radius: 5px;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +3 lines)
Lines 813-818 Link Here
813
813
814
                                                        [% UNLESS ( transfertodo) %]
814
                                                        [% UNLESS ( transfertodo) %]
815
                                                            [% INCLUDE display_bormessagepref %]
815
                                                            [% INCLUDE display_bormessagepref %]
816
                                                            [% IF patron.primary_contact_method %]
817
                                                                <li id="main_contact_method">Main contact method: <span>[% patron.primary_contact_method | html %]</span></li>
818
                                                            [% END %]
816
                                                        [% END %]
819
                                                        [% END %]
817
820
818
                                                        [% IF ( patron.is_debarred ) %]
821
                                                        [% IF ( patron.is_debarred ) %]
819
- 

Return to bug 33398