@@ -, +, @@ - Apply the patch and go to Administration -> Manage plugins. - The table should be styled as a DataTable, with the first column sorted by default. - At the top of the table you should see the number of entries, a quick search form, and an export button. - Confirm that the quick search form works to filter plugins by name, description, author, etc. --- .../prog/en/modules/plugins/plugins-home.tt | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -114,18 +114,20 @@ [% END %] [% ELSE %] - - - - - - - - - [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] - - [% END %] - + + + + + + + + + + [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] + + [% END %] + + [% FOREACH plugin IN plugins %] [% IF plugin.error %] @@ -226,6 +228,8 @@ [% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'columns_settings.inc' %] [% END %] --
NameDescriptionAuthorPlugin versionMinimum Koha versionMaximum Koha versionLast updatedActions
NameDescriptionAuthorPlugin versionMinimum Koha versionMaximum Koha versionLast updatedActions