OWLABOX view doesn't layout anymore tbox. Indeed, it is better to separate abox from tbox.
authorLaure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 18 Feb 2009 16:59:29 +0100
changeset 815 ec7460e13eee
parent 814 c0bee055c594
child 840 874347eba220
child 841 ce9ba491f8ef
OWLABOX view doesn't layout anymore tbox. Indeed, it is better to separate abox from tbox.
web/views/owl.py
--- a/web/views/owl.py	Wed Feb 18 16:57:51 2009 +0100
+++ b/web/views/owl.py	Wed Feb 18 16:59:29 2009 +0100
@@ -160,7 +160,6 @@
     
     def call(self):
         self.w(OWL_OPENING_ROOT % {'appid': self.schema.name})
-        self.wview('owl', None, writeprefix=False)
         for i in xrange(self.rset.rowcount):
             self.cell_call(i, 0)
         self.w(OWL_CLOSING_ROOT)