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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-5 / +4 lines)
Lines 160-166 Link Here
160
        <legend>Warnings</legend>
160
        <legend>Warnings</legend>
161
        <ul>
161
        <ul>
162
            <li>[% patrons_to_delete.size || 0 %] patrons will be deleted</li>
162
            <li>[% patrons_to_delete.size || 0 %] patrons will be deleted</li>
163
            <li>[% patrons_to_anonymize.size || 0 %] patron's checkout histories will be anonymized</li>
163
            <li>[% patrons_to_anonymize.count || 0 %] patron's checkout histories will be anonymized</li>
164
        </ul>
164
        </ul>
165
165
166
        <br />
166
        <br />
Lines 177-185 Link Here
177
                <input type="hidden" name="do_delete" value="[% patrons_to_delete.size %]" /></fieldset>
177
                <input type="hidden" name="do_delete" value="[% patrons_to_delete.size %]" /></fieldset>
178
178
179
            [% END %]
179
            [% END %]
180
            [% IF patrons_to_anonymize.size %]
180
            [% IF patrons_to_anonymize.count %]
181
                Checkout history for [% patrons_to_anonymize.size %] patrons will be anonymized
181
                Checkout history for [% patrons_to_anonymize.count %] patrons will be anonymized
182
                <input type="hidden" name="do_anonym" value="[% patrons_to_anonymize.size %]" />
182
                <input type="hidden" name="do_anonym" value="[% patrons_to_anonymize.count %]" />
183
            [% END %]
183
            [% END %]
184
184
185
            <input type="hidden" name="step" value="3" />
185
            <input type="hidden" name="step" value="3" />
186
- 

Return to bug 16966