From 8e3d2ac02befe0b9f95853cf2fb3bc09bd3e23cc Mon Sep 17 00:00:00 2001 From: Angie Date: Fri, 1 Aug 2025 06:29:40 +0200 Subject: [PATCH] feat: update UI of buttons for checked reports --- frontend/script.js | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/frontend/script.js b/frontend/script.js index a7d0160..ea3a809 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -919,13 +919,19 @@ function showReportModal(report, isAdmin = false) { if (report.isVerified || report.verified) { // Verified: only unverify + close buttons.innerHTML = ` -
Отчет подтвержден. Для внесения изменений снимите подтверждение.
- - +
+
+ Отчет подтвержден.
Для внесения изменений снимите подтверждение. +
+
+ + +
+
`; document .getElementById("unverifyReportBtn")