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 819-824 Link Here
819
819
820
                                                        [% UNLESS ( transfertodo) %]
820
                                                        [% UNLESS ( transfertodo) %]
821
                                                            [% INCLUDE display_bormessagepref %]
821
                                                            [% INCLUDE display_bormessagepref %]
822
                                                            [% IF patron.primary_contact_method %]
823
                                                                <li id="main_contact_method">Main contact method: <span>[% patron.primary_contact_method | html %]</span></li>
824
                                                            [% END %]
822
                                                        [% END %]
825
                                                        [% END %]
823
826
824
                                                        [% IF ( patron.is_debarred ) %]
827
                                                        [% IF ( patron.is_debarred ) %]
825
- 

Return to bug 33398