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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-3 / +2 lines)
Lines 254-264 Using this account is not recommended because some parts of Koha will not functi Link Here
254
                                                    [% IF ( ISSUE.status ) %]
254
                                                    [% IF ( ISSUE.status ) %]
255
                                                        [% IF ( canrenew ) %]
255
                                                        [% IF ( canrenew ) %]
256
                                                            <input type="checkbox" name="item" value="[% ISSUE.itemnumber %]"/> <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=[% ISSUE.itemnumber %]&amp;borrowernumber=[% ISSUE.borrowernumber %]">Renew</a>
256
                                                            <input type="checkbox" name="item" value="[% ISSUE.itemnumber %]"/> <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=[% ISSUE.itemnumber %]&amp;borrowernumber=[% ISSUE.borrowernumber %]">Renew</a>
257
                                                        <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span>
257
                                                            [% IF ISSUE.renewalfee > 0 %]
258
                                                            [% IF ISSUE.renewalfee > 0 %]
258
                                                                <span class="renewalfee">Fee for [% ItemTypes.GetDescription( ISSUE.renewalitemtype) %] [% ISSUE.renewalfee | $Price %]</span>
259
                                                                <span class="renewalfee">Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) %]': [% ISSUE.renewalfee | $Price %]</span>
259
                                                            [% END %]
260
                                                            [% END %]
260
                                                        [% END %]
261
                                                        [% END %]
261
                                                        <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span>
262
                                                    [% ELSIF ( ISSUE.too_many ) %]
262
                                                    [% ELSIF ( ISSUE.too_many ) %]
263
                                                        Not renewable
263
                                                        Not renewable
264
                                                    [% ELSIF ( ISSUE.norenew_overdue ) %]
264
                                                    [% ELSIF ( ISSUE.norenew_overdue ) %]
265
- 

Return to bug 13796