Bug 20891: Escape html then JSON
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / plugins / plugins-disabled.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Tools &rsaquo; Plugins &rsaquo; Upload Plugin
3  </title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% INCLUDE 'calendar.inc' %]
6 </head>
7
8 <body id="plugins_plugins_disabled" class="plugins">
9 [% INCLUDE 'header.inc' %]
10 [% INCLUDE 'circ-search.inc' %]
11
12 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>
13 &rsaquo; <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
14 &rsaquo; Plugins disabled
15 </div>
16
17     <div class="container-fluid">
18         <div class="row">
19             <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
20                 <h1>Plugins disabled!</h1>
21
22                 <p>To enable Koha plugins, the system preference UseKohaPlugins must be enabled, and the flag enable_plugins must be set in the Koha configuration file</p>
23             </div>
24         </div>
25
26 [% INCLUDE 'intranet-bottom.inc' %]