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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-1 / +6 lines)
Lines 23-28 Link Here
23
                    [% IF ( showpriority ) %]
23
                    [% IF ( showpriority ) %]
24
                        <th class="psort">Priority</th>
24
                        <th class="psort">Priority</th>
25
                    [% END %]
25
                    [% END %]
26
                    [% IF Koha.Preference('OpacHoldNotes') %]
27
                        <th>Notes</th>
28
                    [% END %]
26
                    <th>Status</th>
29
                    <th>Status</th>
27
                    [% IF SuspendHoldsOpac and ! onlyinfo %]
30
                    [% IF SuspendHoldsOpac and ! onlyinfo %]
28
                            <th class="nosort" >Suspend</th>
31
                            <th class="nosort" >Suspend</th>
Lines 127-132 Link Here
127
                                [% HOLD.priority | html %]
130
                                [% HOLD.priority | html %]
128
                            </td>
131
                            </td>
129
                        [% END %]
132
                        [% END %]
133
                        [% IF Koha.Preference('OpacHoldNotes') %]
134
                            <td>[% HOLD.reservenotes | html | html_line_break %]</td>
135
                        [% END %]
130
                        <td class="status">
136
                        <td class="status">
131
                            <span class="tdlabel">Status:</span>
137
                            <span class="tdlabel">Status:</span>
132
                            [% IF ( HOLD.is_waiting ) %]
138
                            [% IF ( HOLD.is_waiting ) %]
133
- 

Return to bug 33845