Author: goneri-guest
Date: 2007-06-19 19:04:38 +0000 (Tue, 19 Jun 2007)
New Revision: 2995

Modified:
   people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2
Log:
use the warning class when the watch file is missing


Modified: people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2
===================================================================
--- people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2   2007-06-19 
18:52:58 UTC (rev 2994)
+++ people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2   2007-06-19 
19:04:38 UTC (rev 2995)
@@ -62,7 +62,7 @@
     <td [% IF package.isindebian %]class="ok"[% ELSE %]class="warning"[% END 
%]>
         [% IF ! package.isindebian %]No[% END %]
     </td>
-    <td [% IF package.isuptodate == 1 %]class="ok"[% ELSE %][% IF 
package.isuptodate == 0 %]class="error"[% END %][% END %]>
+    <td [% IF package.isuptodate == 1 %]class="ok"[% ELSE %][% IF 
package.isuptodate == 0 %]class="error"[% IF package.isuptodate == "" 
%]class="warn"[% END %][% END %][% END %]>
     <a href="[% Catalyst.uri_for('info/') _ package.name %]">
         [% IF package.isuptodate == 0 %]No[% END %]
         [% IF package.isuptodate == 1 %]Yes[% END %]


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to