Browse Source
* Add "Plugins disabled" screen instead of error * Allow plugins to return a value, add a test run that checks the return value Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>3.12.x
9 changed files with 104 additions and 61 deletions
@ -0,0 +1,30 @@ |
|||
[% INCLUDE 'doc-head-open.inc' %] |
|||
<title>Koha › Tools › Plugins › Upload Plugin |
|||
</title> |
|||
[% INCLUDE 'doc-head-close.inc' %] |
|||
[% INCLUDE 'calendar.inc' %] |
|||
</head> |
|||
|
|||
<body> |
|||
[% INCLUDE 'header.inc' %] |
|||
[% INCLUDE 'circ-search.inc' %] |
|||
|
|||
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> |
|||
› <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a> |
|||
› Plugins disabled |
|||
</div> |
|||
|
|||
<div id="doc3" class="yui-t2"> |
|||
<div id="bd"> |
|||
<div id="yui-main"> |
|||
<div class="yui-b"> |
|||
<div class="yui-g"> |
|||
<div class="yui-u first"> |
|||
<h1>Plugins disabled!</h1> |
|||
|
|||
<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> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
[% INCLUDE 'intranet-bottom.inc' %] |
Loading…
Reference in new issue