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 771-776 form { Link Here
771
    }
771
    }
772
}
772
}
773
773
774
td .main_contact_method {
775
    background-color: #FFE;
776
    border: 1px solid #CCC;
777
    border-radius: 5px;
778
    display: inline-block;
779
    margin: .5em 0;
780
    padding: .1em .3em;
781
782
    &.none {
783
        background-color: #EEE;
784
    }
785
}
786
774
h1 {
787
h1 {
775
}
788
}
776
789
(-)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