1d70512abSGreg Roach<?php 2d70512abSGreg Roach 3d70512abSGreg Roachuse Fisharebest\Webtrees\I18N; 4d70512abSGreg Roach 57c2c99faSGreg Roach/** 67c2c99faSGreg Roach * @var string $alert 77c2c99faSGreg Roach */ 87c2c99faSGreg Roach 9d70512abSGreg Roach?> 10dd6b2bfcSGreg Roach 11dd6b2bfcSGreg Roach<div class="alert alert-warning alert-dismissible fade show" role="alert"> 12dd6b2bfcSGreg Roach <?= $alert ?> 13dd6b2bfcSGreg Roach 14*315eb316SGreg Roach <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="<?= I18N::translate('close') ?>"> 15dd6b2bfcSGreg Roach </button> 16dd6b2bfcSGreg Roach</div> 17