Bug 35241: Fix markup errors in point of sale template
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / plugins / plugins-disabled.tt
1 [% USE raw %]
2 [% PROCESS 'i18n.inc' %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>[% FILTER collapse %]
5     [% t("Plugins disabled") | html %] &rsaquo;
6     [% t("Plugins") | html %] &rsaquo;
7     [% t("Koha") | html %]
8 [% END %]</title>
9 [% INCLUDE 'doc-head-close.inc' %]
10 [% INCLUDE 'calendar.inc' %]
11 </head>
12
13 <body id="plugins_plugins_disabled" class="plugins">
14 [% WRAPPER 'header.inc' %]
15     [% INCLUDE 'circ-search.inc' %]
16 [% END %]
17
18     [% WRAPPER 'sub-header.inc' %]
19         [% WRAPPER breadcrumbs %]
20             [% WRAPPER breadcrumb_item %]
21                 <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
22             [% END %]
23             [% WRAPPER breadcrumb_item bc_active= 1 %]
24                 <span>Plugins disabled</span>
25             [% END %]
26         [% END #/ WRAPPER breadcrumbs %]
27     [% END #/ WRAPPER sub-header.inc %]
28
29     <div class="container-fluid">
30         <div class="row">
31             <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
32                 [% IF ( plugins_restricted.defined ) && ( plugins_restricted == 1 ) %]
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>
35                 [% ELSE %]
36                 <h1>Plugins disabled</h1>
37                 <p>To enable Koha plugins, the flag enable_plugins must be set in the Koha configuration file</p>
38                 [% END %]
39             </div>
40         </div>
41
42 [% INCLUDE 'intranet-bottom.inc' %]