Francois Gouget : winetest/build-patterns: Move the main page links to the right.

Alexandre Julliard julliard at winehq.org
Tue May 4 16:23:26 CDT 2021


Module: tools
Branch: master
Commit: 0c401d7d7ee682e282d073aa786adf469527e635
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=0c401d7d7ee682e282d073aa786adf469527e635

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue May  4 17:24:16 2021 +0200

winetest/build-patterns: Move the main page links to the right.

This matches the site's convention on other index pages.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/build-patterns | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/winetest/build-patterns b/winetest/build-patterns
index fe285cc..e6640d6 100755
--- a/winetest/build-patterns
+++ b/winetest/build-patterns
@@ -721,8 +721,11 @@ sub write_patterns_list($$$$)
 
         print $html "<div class='testfile' id='$testname'>\n";
         print $html "<div class='updownbar'><a href='tests/$testname.html'>$testname</a>";
-        print $html "  <small>(<a href='$mainpage#$testname'>see all results</a></small>)" if ($mainpage);
         print $html "<div class='ralign'>";
+        if ($mainpage)
+        {
+            print $html "<a href='$mainpage#$testname'>all results</a> | ";
+        }
 
         my $href = $i ? $testnames->[$i-1] : $list->{prevunit};
         print $html "<a href='#$href'>↑</a>" if (defined $href);




More information about the wine-cvs mailing list