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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +2 lines)
Lines 453-459 Link Here
453
                                                        [% IF ISSUE.renewed %]<span class="blabel label-success">Renewed!</span><br />[% END %]
453
                                                        [% IF ISSUE.renewed %]<span class="blabel label-success">Renewed!</span><br />[% END %]
454
                                                        [% IF ( ISSUE.status ) %]
454
                                                        [% IF ( ISSUE.status ) %]
455
                                                            [% IF ( canrenew ) %]
455
                                                            [% IF ( canrenew ) %]
456
                                                                <input type="checkbox" name="issue" value="[% ISSUE.issue_id | uri %]"/> <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;issue=[% ISSUE.issue_id | uri %]&amp;borrowernumber=[% ISSUE.borrowernumber | uri %]">Renew</a>
456
                                                                <input type="checkbox" name="issue" value="[% ISSUE.issue_id | uri %]"/> <a class="submit-form-link" href="#" data-method="post" data-action="/cgi-bin/koha/opac-renew.pl?from=opac_user" data-issue="[% ISSUE.issue_id | html %]" data-borrowernumber="[% ISSUE.borrowernumber | html%]" data-op="cud-renew">Renew</a>
457
                                                            [% END %]
457
                                                            [% END %]
458
                                                            [% IF ISSUE.renewalfee > 0 %]
458
                                                            [% IF ISSUE.renewalfee > 0 %]
459
                                                                <span class="renewalfee label label-warning">Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) | html %]': [% ISSUE.renewalfee | $Price %]</span>
459
                                                                <span class="renewalfee label label-warning">Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) | html %]': [% ISSUE.renewalfee | $Price %]</span>
Lines 1085-1090 Link Here
1085
1085
1086
[% INCLUDE 'opac-bottom.inc' %]
1086
[% INCLUDE 'opac-bottom.inc' %]
1087
[% BLOCK jsinclude %]
1087
[% BLOCK jsinclude %]
1088
    [% Asset.js("js/form-submit.js") | $raw %]
1088
    [% INCLUDE 'calendar.inc' %]
1089
    [% INCLUDE 'calendar.inc' %]
1089
    [% INCLUDE 'datatables.inc' %]
1090
    [% INCLUDE 'datatables.inc' %]
1090
    <script>
1091
    <script>
1091
- 

Return to bug 37111