diff --git a/templates/multipersonsearch/link.php b/templates/multipersonsearch/link.php index 57acf3bd7e297448c87b039bae7905da5ededb4e..101e28e909e91eca3e765012b97c9c0722820d96 100644 --- a/templates/multipersonsearch/link.php +++ b/templates/multipersonsearch/link.php @@ -1,7 +1,7 @@ <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 " ";