Lines 120-128
Link Here
|
120 |
<dd>Quote editor for Quote-of-the-day feature in OPAC</dd> |
120 |
<dd>Quote editor for Quote-of-the-day feature in OPAC</dd> |
121 |
[% END %] |
121 |
[% END %] |
122 |
|
122 |
|
123 |
[% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) %] |
123 |
[% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool && tool_plugins ) %] |
124 |
<dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt> |
124 |
<dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt> |
125 |
<dd>Use tool plugins</dd> |
125 |
<dd> |
|
|
126 |
Use tool plugins |
127 |
[% FOREACH plugin IN tool_plugins %] |
128 |
<div class="plugin_link"> |
129 |
<a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=tool"> |
130 |
Run plugin <span class="plugin_name">[% plugin.metadata.name | html %]</span> |
131 |
</a> |
132 |
</div> |
133 |
[% END %] |
134 |
</dd> |
126 |
[% END %] |
135 |
[% END %] |
127 |
|
136 |
|
128 |
[% IF ( CAN_user_tools_upload_general_files ) %] |
137 |
[% IF ( CAN_user_tools_upload_general_files ) %] |