svn path=/Website/branches/v2025.3/; revision=70656
This commit is contained in:
2025-10-20 08:05:01 +00:00
parent 5cbda984e1
commit 1791f20605

View File

@@ -243,7 +243,7 @@ if (mld_key > 0)
IFRAMER_HEADER(L("lcl_mld_behandeling"), buttons, { inhamburger: true });
var safe_notes_title = safe.html(L("lcl_mld_frame_notes"));
if (S("ai_enabled") & 4) {
safe_notes_title += "&nbsp;<span class='default-clickable-icon' onclick='aiSummarize()' title='Vat deze melding samen'>" + I("fa-sparkles") + "</span>";
safe_notes_title += "&nbsp;<span class='default-clickable-icon' onclick='aiSummarize()' title='" + safe.htmlattr(L("lcl_mld_summarize")) + "'>" + I("fa-sparkles") + "</span>";
}
BLOCK_START("mldHistorie", safe_notes_title, { detailToggle: true, wide: true, nopadding: true, icon: "fa-clipboard-list-check", ishtmlsafe: true });