From fe66b91cacf26fbc1ba7b013845230d04113ab40 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Fri, 9 Oct 2009 17:54:57 +0000 Subject: [PATCH] Putting status in rows' classes. git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3523 4b5297f7-1745-476d-ba37-a9c6900126ab --- gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.py b/gen.py index ac3de7cf..2a2ab041 100755 --- a/gen.py +++ b/gen.py @@ -131,7 +131,7 @@ class XEPTable: self.tableFile.getElementsByTagName("table")[0].appendChild(self.tableFile.createTextNode(''' ''')) xeprow.setAttribute("id", "xep" + info.getNr()) - xeprow.setAttribute("class", "tablebody") + xeprow.setAttribute("class", "tablebody " + info.getStatus()) else: while(xeprow.hasChildNodes()): xeprow.removeChild(xeprow.firstChild)