ff14-mitigator/templates/fight-select.php
2026-05-21 17:31:06 +02:00

10 lines
437 B
PHP

<div class="card section-gap" id="fight-select-card" style="display:none">
<div class="card-title-row">
<div class="card-title">Fight auswählen</div>
<a id="fflogs-report-link" class="btn btn-sm" href="#" target="_blank" rel="noopener" style="display:none;text-decoration:none;margin-left:auto">FFLogs öffnen</a>
</div>
<select id="fight-select">
<option value=""> Fight auswählen </option>
</select>
</div>