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 $alert 97c2c99faSGreg Roach */ 107c2c99faSGreg Roach 11d70512abSGreg Roach?> 12dd6b2bfcSGreg Roach 13dd6b2bfcSGreg Roach<div class="alert alert-warning alert-dismissible fade show" role="alert"> 14dd6b2bfcSGreg Roach <?= $alert ?> 15dd6b2bfcSGreg Roach 16315eb316SGreg Roach <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="<?= I18N::translate('close') ?>"> 17dd6b2bfcSGreg Roach </button> 18dd6b2bfcSGreg Roach</div> 19