fixed legend to not wrap on element 5, updated footer to thank community
authorJoshua Drake <jd@commandprompt.com>
Sat, 3 Feb 2007 19:56:30 +0000 (19:56 +0000)
committerJoshua Drake <jd@commandprompt.com>
Sat, 3 Feb 2007 19:56:30 +0000 (19:56 +0000)
cgi-bin/show_status.pl

index 038776f6043a2034b584245b8740e659ee734318..6e425e1ab355e814e0b3d83b11f7b61f53ca7b83 100644 (file)
@@ -178,7 +178,7 @@ __DATA__
 <table><tr><th class="head" rowspan="2">Legend</th>
 [% FOREACH flagset IN flag_imgs %]
 <td><img src="[% flagset.value %]" title="[% flagset.key %]" alt="[% flagset.key %]" height="16" width="16" class="inline"  align="center"/> =  [% flagset.key %]</td>
-[% IF loop.count == 5 %]</tr><tr>[% END %]
+[% IF loop.count == 6 %]</tr><tr>[% END %]
 [% END %]
 </tr></table>
 <br />
@@ -214,10 +214,10 @@ __DATA__
 </div><!-- main -->
 <hr />
 <p style="text-align: center;">
-Hosting for the PostgreSQL Buildfarm is generously 
-provided by: 
+The PostgreSQL Buildfarm website is provided by: 
 <a href="http://www.commandprompt.com">CommandPrompt, 
-The PostgreSQL Company</a>
+The PostgreSQL Company</a> <br />
+The PostgreSQL community makes it work!
 </p>
 </div><!-- wrapper -->
   </body>