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 |
<ul> |
128 |
[% FOREACH plugin IN tool_plugins %] |
129 |
<li class="plugin_link"> |
130 |
<a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=tool"> |
131 |
<span class="plugin_name">[% plugin.metadata.name | html %]</span> |
132 |
</a> |
133 |
</li> |
134 |
[% END %] |
135 |
</ul> |
136 |
</dd> |
126 |
[% END %] |
137 |
[% END %] |
127 |
|
138 |
|
128 |
[% IF ( CAN_user_tools_upload_general_files ) %] |
139 |
[% IF ( CAN_user_tools_upload_general_files ) %] |