From: Quentin Smith <quentin@mit.edu>
Date: Mon, 28 Dec 2009 01:17:03 +0000 (-0500)
Subject: There's two trs
X-Git-Tag: 0.1.5~15
X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/810f5128717fa14957fce60d04d42b15c6b87fe0

There's two trs

svn path=/trunk/packages/invirt-web/; revision=2797
---

diff --git a/code/templates/list.mako b/code/templates/list.mako
index d7d320a..90953f0 100644
--- a/code/templates/list.mako
+++ b/code/templates/list.mako
@@ -126,7 +126,11 @@ ${has_vnc[machine]}
 % endif
 </td>
       </tr>
-      <tr>
+      <tr\
+% if dark:
+ class="stripedrow" \
+% endif
+>
         <td colspan="7" style="padding-left: 1em; color: #666">${machine.description|self.fn.module.nl2br}</td>
       </tr>
 </%def>