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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt (-2 / +1 lines)
Lines 28-34 Link Here
28
28
29
    <div class="container-fluid">
29
    <div class="container-fluid">
30
        <div class="row">
30
        <div class="row">
31
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
31
            <div class="col-sm-6 offset-sm-3">
32
                [% IF ( plugins_restricted.defined ) && ( plugins_restricted == 1 ) %]
32
                [% IF ( plugins_restricted.defined ) && ( plugins_restricted == 1 ) %]
33
                <h1>Plugin upload is restricted to only those plugins listed by your server administrator</h1>
33
                <h1>Plugin upload is restricted to only those plugins listed by your server administrator</h1>
34
                <p>To enable unrestricted plugin uploads, ask your administrator to unset plugins_restricted in the Koha configuration file</p>
34
                <p>To enable unrestricted plugin uploads, ask your administrator to unset plugins_restricted in the Koha configuration file</p>
35
- 

Return to bug 38367