Skip to content

Commit

Permalink
Put back plugin catalog button; fixes #5454
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and trasher committed Feb 25, 2019
1 parent 00d5e50 commit 88bca2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions front/plugin.php
Expand Up @@ -41,6 +41,16 @@

Html::header(__('Setup'), $_SERVER['PHP_SELF'], "config", "plugin");

$catalog_btn = '<div class="center">'
. '<a href="http://plugins.glpi-project.org" class="vsubmit" target="_blank">'
. __('See the catalog of plugins')
. '</a>'
. '</div>';

echo $catalog_btn;

Search::show('Plugin');

echo $catalog_btn;

Html::footer();

0 comments on commit 88bca2a

Please sign in to comment.