aboutsummaryrefslogtreecommitdiff
path: root/templates/multipersonsearch/link.php
blob: 101e28e909e91eca3e765012b97c9c0722820d96 (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=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(['class' => 'action-menu-item-icon']);
    }
    if (!empty($linkIconPath) && !empty($linkText)) {
        print " ";
    }
    if (!empty($linkText)) {
        print $linkText;
    }
    ?>
</a>