r3430 - people/goneri/SvnBuildStat-WWW/root/src/packages
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Tue Jul 17 10:22:35 UTC 2007
Author: goneri-guest
Date: 2007-07-17 10:22:35 +0000 (Tue, 17 Jul 2007)
New Revision: 3430
Modified:
people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2
Log:
fix how native packages color status
Modified: people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2
===================================================================
--- people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2 2007-07-16 21:28:30 UTC (rev 3429)
+++ people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2 2007-07-17 10:22:35 UTC (rev 3430)
@@ -20,7 +20,7 @@
<td>
<a href="[% Catalyst.uri_for('info/') _ package.name %]"><strong>[% package.name %]</strong></a>
</td>
- <td [% IF package.isnative %]class="ok"[% ELSE %][% IF !package.istarballpresent %]class="error"[% ELSE %][% IF package.builded %][% IF package.buildisok == 0 %]class="error"[% END %][% IF package.buildisok == 1 %]class="ok"[% END %][% END %][% END %][% END %]>
+ <td [% IF ! package.isnative && !package.istarballpresent %]class="error"[% ELSE %][% IF package.builded %][% IF package.buildisok == 0 %]class="error"[% END %][% IF package.buildisok == 1 %]class="ok"[% END %][% END %][% END %]>
<a href="[% Catalyst.uri_for('info/') _ package.name %]">
[% IF ! package.istarballpresent && ! package.isnative %]
More information about the Pkg-games-commits
mailing list