From bc8922babe43577a119513f617d1c9a1925041aa Mon Sep 17 00:00:00 2001
From: Rasmus Fuhse <fuhse@data-quest.de>
Date: Tue, 15 Nov 2016 09:23:29 +0100
Subject: [PATCH] re #70

---
 PluginMarket.class.php     | 3 ++-
 controllers/presenting.php | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/PluginMarket.class.php b/PluginMarket.class.php
index 182a0f7..8075546 100755
--- a/PluginMarket.class.php
+++ b/PluginMarket.class.php
@@ -12,7 +12,8 @@ class PluginMarket extends StudIPPlugin implements SystemPlugin, HomepagePlugin
             '1.9', '1.10', '1.11',
             '2.0', '2.1', '2.2', '2.3', '2.4',
             '2.5',
-            '3.0', '3.1', '3.2', "3.3", "3.4", "3.5"
+            '3.0', '3.1', '3.2', "3.3", "3.4", "3.5",
+            "4.0"
         );
     }
 
diff --git a/controllers/presenting.php b/controllers/presenting.php
index 0f2ba6f..fe73354 100755
--- a/controllers/presenting.php
+++ b/controllers/presenting.php
@@ -181,7 +181,11 @@ class PresentingController extends MarketController
         // Add actions widget
         $sidebar = Sidebar::Get();
         $actions = new ActionsWidget();
-        $actions->addLink(_('Nutzung mitteilen'), $this->url_for('presenting/propose_usage/'.$this->marketplugin->id), 'icons/16/blue/add.svg')->asDialog('size=auto');
+        $actions->addLink(
+            _('Nutzung mitteilen'),
+            $this->url_for('presenting/propose_usage/'.$this->marketplugin->id),
+            Icon::create('add', "clickable")
+        )->asDialog('size=auto');
         $sidebar->addWidget($actions);
     }
 
-- 
GitLab