aboutsummaryrefslogtreecommitdiff
path: root/templates/multipersonsearch/link.php
blob: daed91a86c86cc0b86de29cf44542efbf6cf7fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<a href="<?= URLHelper::getLink('dispatch.php/multipersonsearch/no_js_form/?name=' . $name); ?>" class="multi_person_search_link" data-dialog="width=720;height=490;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(['class' => 'action-menu-item-icon']);
    }
    if (!empty($linkIconPath) && !empty($linkText)) {
        print " ";
    }
    if (!empty($linkText)) {
        print $linkText;
    }
    ?>
</a>