@@ -, +, @@ --- .../prog/en/modules/plugins/plugins-home.tt | 66 +++++++++++-------- 1 file changed, 39 insertions(+), 27 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 @@ -2,14 +2,16 @@ [% USE Asset %] [% USE KohaDates %] [% SET footerjs = 1 %] +[% formulaire = BLOCK %] + [% INCLUDE 'prefs-admin-search.inc' %] +[% END %] [% INCLUDE 'doc-head-open.inc' %] Plugins › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'header.inc' %] -[% INCLUDE 'prefs-admin-search.inc' %] +[% INCLUDE 'header.inc' form=formulaire %]
@@ -37,35 +47,37 @@ [% IF ( CAN_user_plugins_manage ) %]
- Upload plugin - - +
+ Upload plugin + + - [% IF can_search %] -
-
-
-
- -
- + [% IF can_search %] +
+ +
+
+ +
+ +
-
- + +
+ [% END %]
- [% END %]
[% END %] --