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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-2 / +1 lines)
Lines 107-113 Link Here
107
    <div class="dialog alert">
107
    <div class="dialog alert">
108
        [% IF biblios_use_this_framework %]
108
        [% IF biblios_use_this_framework %]
109
            <h3>This framework cannot be deleted</h3>
109
            <h3>This framework cannot be deleted</h3>
110
            <p><strong><span class="ex">[% framework.frameworktext |text %] ([% framework.frameworkcode %])</span></strong></p>
110
            <p><strong><span class="ex">[% framework.frameworktext |html %] ([% framework.frameworkcode %])</span></strong></p>
111
            <p>The framework is used [% biblios_use_this_framework %] times.</p>
111
            <p>The framework is used [% biblios_use_this_framework %] times.</p>
112
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
112
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
113
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
113
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
114
- 

Return to bug 19108