1d70512abSGreg Roach<?php 2d70512abSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 5d70512abSGreg Roachuse Fisharebest\Webtrees\I18N; 6d70512abSGreg Roach 77c2c99faSGreg Roach/** 87c2c99faSGreg Roach * @var string $id 97c2c99faSGreg Roach */ 107c2c99faSGreg Roach 11d70512abSGreg Roach?> 12dd6b2bfcSGreg Roach 13dd6b2bfcSGreg Roach<span class="input-group-text"> 14315eb316SGreg Roach <a data-bs-toggle="collapse" data-bs-target=".child_of_<?= e($id) ?>" href="#" title="<?= I18N::translate('Latitude') . ' / ' . I18N::translate('Longitude') ?>"> 1539b853a7SGreg Roach <?= view('icons/coordinates') ?> 16315eb316SGreg Roach <span class="visually-hidden"> 1739b853a7SGreg Roach <?= I18N::translate('Latitude') . ' / ' . I18N::translate('Longitude') ?> 1839b853a7SGreg Roach </span> 1939b853a7SGreg Roach </a> 20dd6b2bfcSGreg Roach</span> 21