Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate
2025-11-21 15:26:00 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -751,7 +751,7 @@ if (typeof window.DX_WATERFALL_FIELD_MAP === 'undefined') {
var user_show_notes = <?php echo ($this->session->userdata('user_show_notes')) ? 'true' : 'false'; ?>;
</script>
<div class="card callsign-notes" id="callsign-notes">
<div class="card callsign-notes" id="callsign-notes" style="display: none;">
<div class="card-header d-flex justify-content-between align-items-center" data-bs-toggle="collapse" data-bs-target="#callsign-notes-body" aria-expanded="false" aria-controls="callsign-notes-body" style="cursor: pointer;">
<h4 style="font-size: 16px; font-weight: bold;" class="card-title mb-0">
<?= __("Callsign Notes"); ?>