@@ -, +, @@ functionality --- .../prog/en/modules/plugins/plugins-home.tt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 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 @@ -41,11 +41,13 @@
-
+
-
+
+ +
@@ -201,6 +203,10 @@ var plugin_name = $(this).data("plugin-name"); return confirmDelete( _("Are you sure you want to uninstall the plugin %s?").format( plugin_name ) ); }); + + $("#plugin-search-button").on("click", function(){ + $("#plugin-search-form").submit(); + }); }); [% END %] --