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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+13 lines)
Lines 792-797 form { Link Here
792
    }
792
    }
793
}
793
}
794
794
795
td .main_contact_method {
796
    background-color: #FFE;
797
    border: 1px solid #CCC;
798
    border-radius: 5px;
799
    display: inline-block;
800
    margin: .5em 0;
801
    padding: .1em .3em;
802
803
    &.none {
804
        background-color: #EEE;
805
    }
806
}
807
795
h1 {
808
h1 {
796
}
809
}
797
810
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-1 / +3 lines)
Lines 58-63 Link Here
58
                        <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.notice_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]">
58
                        <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.notice_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]">
59
                        [% reserveloo.borrower.notice_email_address | html %]</a></span>
59
                        [% reserveloo.borrower.notice_email_address | html %]</a></span>
60
                    [% END %]
60
                    [% END %]
61
                    [% IF reserveloo.borrower.primary_contact_method %]
62
                         <span class="main_contact_method">Main contact: [% reserveloo.borrower.primary_contact_method | html %]</span>
63
                    [% END %]
61
                </td>
64
                </td>
62
                <td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td>
65
                <td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td>
63
                <td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% IF (reserveloo.desk_id  ) %], [% reserveloo.desk.desk_name | html %][% END %]</td>
66
                <td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% IF (reserveloo.desk_id  ) %], [% reserveloo.desk.desk_name | html %][% END %]</td>
64
- 

Return to bug 37860