summaryrefslogtreecommitdiff
path: root/resources/views/edit/input-addon-keyboard.phtml
blob: 68ca0aae75aa91a12f9d4969ce38a56acb82e10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

declare(strict_types=1);

use Fisharebest\Webtrees\I18N;

/**
 * @var string $id
 */

?>

<span class="input-group-text">
    <a class="wt-osk-trigger" data-wt-id="<?= e($id) ?>" href="#" title="<?= I18N::translate('Find a special character') ?>">
        <?= view('icons/keyboard') ?>
        <span class="visually-hidden">
            <?= I18N::translate('Find a special character') ?>
        </span>
    </a>
</span>