From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1681926118; bh=gVlKNGKsL51EzouJANGu7+wRFfY+vOgwsfeoUSDMkrE=; h=From:To:Cc:Subject:Date; b=Nl0DTmnLXk6g+Lh23/OQHtbAR+w75EId1NQscwzu7YD+XxdeVjCVG2sGiGQpWpzFe TpcTGifx1JlAdYNope+AJLt0MUxabG51ZNTPcE67xRTY8DHy4/zYOjtuib03UjHmIS lg2D6uk/pLB6NcTQJJfHaAY/1PnRjBvRlzoAE+Xfj/jjG5A2LGeW3ckNmnSElj6XRy SYfUTnZKdNEn4Z0PYnHgJMv1l26CP3zak6CTQHFWjUxPXmxk/lV5t2QwqE1+ANQ6cJ XZbfTKYWLFPuK/JMDzate8kZgxhXN44tph65jYskq7bzUeuo18n0hFQwaMRqyDuldb 8xmOIiV3uSIqQ== Received: from localhost.localdomain (unknown [182.1.40.187]) by gnuweeb.org (Postfix) with ESMTPSA id E2B12245690; Thu, 20 Apr 2023 00:41:56 +0700 (WIB) From: Memet Zx To: Ammar Faizi Cc: Memet Zx , GNU/Weeb Mailing List , Memet Zx Subject: [PATCH gwspamd v2] gwspamd: web: Improving accessibility in select image section Date: Thu, 20 Apr 2023 00:41:50 +0700 Message-Id: <20230419174150.216798-1-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Replacing the plain input file element with a custom-file wrapper element that includes a label for better accessibility. The label text is "Choose image". Signed-off-by: Memet Zx --- web/views/components/modal.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/views/components/modal.php b/web/views/components/modal.php index 08e86b9..cd8cad2 100644 --- a/web/views/components/modal.php +++ b/web/views/components/modal.php @@ -21,10 +21,13 @@