Skip to content
Snippets Groups Projects
Commit bc8922ba authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

re #70

parent 0654492b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
);
}
......
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment