Skip to content
Snippets Groups Projects
Commit 2693d8ea authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

add CSS class action-menu-item-icon, fixes #3599

Closes #3599

Merge request studip/studip!2494
parent 34e79fec
No related branches found
No related tags found
No related merge requests found
<a href="<?= URLHelper::getLink('dispatch.php/multipersonsearch/no_js_form/?name=' . $name); ?>" class="multi_person_search_link" data-dialog="width=720;height=460;id=mp-search" data-dialogname="<?= $name; ?>" title="<?= htmlReady($title) ?>" data-js-form="<?= URLHelper::getLink('dispatch.php/multipersonsearch/js_form/' . $name); ?>">
<?
if (!empty($linkIconPath)) {
print $linkIconPath->asImg();
print $linkIconPath->asImg(['class' => 'action-menu-item-icon']);
}
if (!empty($linkIconPath) && !empty($linkText)) {
print " ";
......
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