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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-2 / +1 lines)
Lines 164-170 Link Here
164
        [% IF authorities_using_it %]
164
        [% IF authorities_using_it %]
165
            <h1>This authority type cannot be deleted</h1>
165
            <h1>This authority type cannot be deleted</h1>
166
            <p><strong><span class="ex">[% authority_type.authtypecode | html %]</span></strong></p>
166
            <p><strong><span class="ex">[% authority_type.authtypecode | html %]</span></strong></p>
167
            <p>[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times', authorities_using_it, { count = authorities_using_it }) %]</p>
167
            <p>[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times.', authorities_using_it, { count = authorities_using_it }) %]</p>
168
            <form action="/cgi-bin/koha/admin/authtypes.pl" method="get">
168
            <form action="/cgi-bin/koha/admin/authtypes.pl" method="get">
169
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to authority types</button>
169
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to authority types</button>
170
            </form>
170
            </form>
171
- 

Return to bug 35378