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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt
0
++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt
Lines 134-140 Link Here
134
                                <p>This item is already checked out to you: <b>[% c.confirm | html %]</b> <i>([% c.barcode | html %])</i></p>
134
                                <p>This item is already checked out to you: <b>[% c.confirm | html %]</b> <i>([% c.barcode | html %])</i></p>
135
                            [% END %]
135
                            [% END %]
136
                            [% IF ( renew && Koha.Preference('SCOAllowCheckin') ) %]
136
                            [% IF ( c.renew && Koha.Preference('SCOAllowCheckin') ) %]
137
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
137
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
138
                                    [% INCLUDE 'csrf-token.inc' %]
138
                                    [% INCLUDE 'csrf-token.inc' %]
139
                                    <legend class="sr-only">Return</legend>
139
                                    <legend class="sr-only">Return</legend>

Return to bug 37525