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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-1 / +2 lines)
Lines 99-104 Link Here
99
                                <th>Requested from</th>
99
                                <th>Requested from</th>
100
                                <th>Request type</th>
100
                                <th>Request type</th>
101
                                <th>Status</th>
101
                                <th>Status</th>
102
                                <th>Request placed</th>
102
                                <th>Last updated</th>
103
                                <th>Last updated</th>
103
                                <th></th>
104
                                <th></th>
104
                            </tr>
105
                            </tr>
Lines 112-117 Link Here
112
                                    <td>[% request.backend %]</td>
113
                                    <td>[% request.backend %]</td>
113
                                    <td>[% request.medium %]</td>
114
                                    <td>[% request.medium %]</td>
114
                                    <td>[% request.capabilities.$status.name %]</td>
115
                                    <td>[% request.capabilities.$status.name %]</td>
116
                                    <td>[% request.placed %]</td>
115
                                    <td>[% request.updated %]</td>
117
                                    <td>[% request.updated %]</td>
116
                                    <td>
118
                                    <td>
117
                                        <a href="/cgi-bin/koha/opac-illrequests.pl?method=view&amp;illrequest_id=[% request.id %]" class="btn btn-default btn-small pull-right">View</a>
119
                                        <a href="/cgi-bin/koha/opac-illrequests.pl?method=view&amp;illrequest_id=[% request.id %]" class="btn btn-default btn-small pull-right">View</a>
118
- 

Return to bug 7317