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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-3 / +2 lines)
Lines 864-871 Using this account is not recommended because some parts of Koha will not functi Link Here
864
864
865
                                                <td class="article-request-cancel">
865
                                                <td class="article-request-cancel">
866
                                                    <span class="tdlabel">Cancel:</span>
866
                                                    <span class="tdlabel">Cancel:</span>
867
                                                    <a class="btn btn-mini btn-danger" href="opac-article-request-cancel.pl?id=[% ar.id %]" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="icon-remove icon-white"></i> Cancel</a>
867
                                                    <a class="btn btn-mini btn-danger" href="opac-article-request-cancel.pl?id=[% ar.id %]" onclick="return confirmDelete(MSG_CONFIRM_DELETE_ARTREQ);"><i class="icon-remove icon-white"></i> Cancel</a>
868
                                                    <!-- TODO: replace MSG_CONFIRM_DELETE_HOLD with correct message -->
869
                                                </td>
868
                                                </td>
870
                                            </tr>
869
                                            </tr>
871
                                        [% END %]
870
                                        [% END %]
Lines 898-903 Using this account is not recommended because some parts of Koha will not functi Link Here
898
    [% INCLUDE 'datatables.inc' %]
897
    [% INCLUDE 'datatables.inc' %]
899
    <script type="text/JavaScript">
898
    <script type="text/JavaScript">
900
        //<![CDATA[
899
        //<![CDATA[
900
        var MSG_CONFIRM_DELETE_ARTREQ   = _("Are you sure you want to cancel this article request?");
901
        var MSG_CONFIRM_DELETE_HOLD   = _("Are you sure you want to cancel this hold?");
901
        var MSG_CONFIRM_DELETE_HOLD   = _("Are you sure you want to cancel this hold?");
902
        var MSG_CONFIRM_SUSPEND_HOLDS = _("Are you sure you want to suspend all holds?");
902
        var MSG_CONFIRM_SUSPEND_HOLDS = _("Are you sure you want to suspend all holds?");
903
        var MSG_CONFIRM_RESUME_HOLDS  = _("Are you sure you want to resume all suspended holds?");
903
        var MSG_CONFIRM_RESUME_HOLDS  = _("Are you sure you want to resume all suspended holds?");
904
- 

Return to bug 20459