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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc (-2 / +1 lines)
Lines 165-171 Link Here
165
                        </table>
165
                        </table>
166
166
167
                        <fieldset class="action">
167
                        <fieldset class="action">
168
                            <input type="submit" class="cancel" name="submit" value="Cancel marked holds" />
168
                            <input type="submit" class="btn btn-primary cancel" name="submit" value="Cancel marked holds" />
169
169
170
                            [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
170
                            [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
171
                            [% IF hold_cancellation.count %]
171
                            [% IF hold_cancellation.count %]
172
- 

Return to bug 39186