Skip to content
Snippets Groups Projects
Commit f98195e4 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #93

parent 76b2a4d6
No related branches found
No related tags found
No related merge requests found
...@@ -237,11 +237,11 @@ if ($image) { ...@@ -237,11 +237,11 @@ if ($image) {
<a style="opacity: 0.3;" title="<?= $GLOBALS['perm']->have_perm("autor") ? _("Geben Sie die erste Bewertung ab.") : _("Noch keine bewertung abgegeben.") ?>" <?= ($GLOBALS['perm']->have_perm("autor") && !$marketplugin->isWritable()) ? 'href="' . $controller->url_for('presenting/review/' . $marketplugin->getId()) . '" data-dialog' : "" ?>> <a style="opacity: 0.3;" title="<?= $GLOBALS['perm']->have_perm("autor") ? _("Geben Sie die erste Bewertung ab.") : _("Noch keine bewertung abgegeben.") ?>" <?= ($GLOBALS['perm']->have_perm("autor") && !$marketplugin->isWritable()) ? 'href="' . $controller->url_for('presenting/review/' . $marketplugin->getId()) . '" data-dialog' : "" ?>>
<? $icon_prefix = "blue_" ?> <? $icon_prefix = "blue_" ?>
<? endif ?> <? endif ?>
<?= Icon::create($plugin->getPluginURL()."/assets/".$icon_prefix."star.svg")->asImg("50px") ?> <?= Icon::create($plugin->getPluginURL()."/assets/".($icon_prefix ?? '')."star.svg")->asImg("50px") ?>
<?= Icon::create($plugin->getPluginURL()."/assets/".$icon_prefix."star.svg")->asImg("50px") ?> <?= Icon::create($plugin->getPluginURL()."/assets/".($icon_prefix ?? '')."star.svg")->asImg("50px") ?>
<?= Icon::create($plugin->getPluginURL()."/assets/".$icon_prefix."star.svg")->asImg("50px") ?> <?= Icon::create($plugin->getPluginURL()."/assets/".($icon_prefix ?? '')."star.svg")->asImg("50px") ?>
<?= Icon::create($plugin->getPluginURL()."/assets/".$icon_prefix."star.svg")->asImg("50px") ?> <?= Icon::create($plugin->getPluginURL()."/assets/".($icon_prefix ?? '')."star.svg")->asImg("50px") ?>
<?= Icon::create($plugin->getPluginURL()."/assets/".$icon_prefix."star.svg")->asImg("50px") ?> <?= Icon::create($plugin->getPluginURL()."/assets/".($icon_prefix ?? '')."star.svg")->asImg("50px") ?>
<? if (!$marketplugin->isWritable()) : ?> <? if (!$marketplugin->isWritable()) : ?>
</a> </a>
<? endif ?> <? endif ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment