* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. */ use Studip\Button; ?>
$pluginlist) : ?> $val) : ?> isActivated(); $info = $plugin->getMetadata(); //Checkbox $anchor = 'p_' . $plugin->getPluginId(); $cb_disabled = ''; $cb_checked = $plugin_activated ? "checked" : ""; $pluginname = $val['displayname']; $url = $plugin->isCorePlugin() ? $GLOBALS['ABSOLUTE_URI_STUDIP'] : $plugin->getPluginURL(); $pluginvisibility = $val['visibility']; } ?>
onClick="STUDIP.Plus.setModule.call(this);">
"> asImg(['class' => 'plugin_icon text-bottom', 'alt' => '']) ?>
setContext($pluginname); $actionMenu->addLink( $controller->action_url('edittool/' . $key), _('Optionen bearbeiten'), Icon::create('edit'), ['data-dialog' => 'size=auto'] ); if (method_exists($plugin, 'deleteContent')) { $actionMenu->addLink( $controller->action_url('index', ['deleteContent' => 1, 'name' => $key]), _('Inhalte löschen'), Icon::create('trash') ); } ?>
render() ?>