View | Details | Raw Unified | Return to bug 36206
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-2 / +7 lines)
Lines 141-147 Link Here
141
                                        <th>Maximum Koha version</th>
141
                                        <th>Maximum Koha version</th>
142
                                        <th>Last updated</th>
142
                                        <th>Last updated</th>
143
                                        <th>Status</th>
143
                                        <th>Status</th>
144
                                        [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
144
                                        [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool || CAN_user_plugins_admin ) %]
145
                                            <th class="noExport NoSort">Actions</th>
145
                                            <th class="noExport NoSort">Actions</th>
146
                                        [% END %]
146
                                        [% END %]
147
                                    </tr>
147
                                    </tr>
Lines 211-216 Link Here
211
                                                            [% END %]
211
                                                            [% END %]
212
                                                        [% END %]
212
                                                        [% END %]
213
213
214
                                                        [% IF ( CAN_user_plugins_admin ) %]
215
                                                            [% IF plugin.can('admin') %]
216
                                                                <li><a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=admin"><i class="fa fa-wrench fa-fw"></i> Run admin tool</a></li>
217
                                                            [% END %]
218
                                                        [% END %]
219
214
                                                        [% IF ( CAN_user_plugins_configure ) %]
220
                                                        [% IF ( CAN_user_plugins_configure ) %]
215
                                                            [% IF plugin.can('configure') %]
221
                                                            [% IF plugin.can('configure') %]
216
                                                                <li><a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=configure"><i class="fa fa-cog fa-fw"></i> Configure</a></li>
222
                                                                <li><a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=configure"><i class="fa fa-cog fa-fw"></i> Configure</a></li>
217
- 

Return to bug 36206