[tools] testbot/cgi: Add a tooltip on the 'required field' asterisks.

Francois Gouget fgouget at codeweavers.com
Mon Mar 7 05:52:21 CST 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/ObjectModel/CGI/FormPage.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/CGI/FormPage.pm b/testbot/lib/ObjectModel/CGI/FormPage.pm
index 067d11b5bf..9ea7f0f5b2 100644
--- a/testbot/lib/ObjectModel/CGI/FormPage.pm
+++ b/testbot/lib/ObjectModel/CGI/FormPage.pm
@@ -305,7 +305,7 @@ sub GenerateRequired($$)
   if ($PropertyDescriptor->GetIsRequired())
   {
     $self->{HasRequired} = 1;
-    print " <span class='Required'>*</span>";
+    print " <a class='Required' title='Required field'>*</a>";
   }
 }
 
-- 
2.30.2



More information about the wine-devel mailing list