r5469 - trunk/cumin/python/cumin

croberts at fedoraproject.org croberts at fedoraproject.org
Fri Sep 14 18:42:22 UTC 2012


Author: croberts
Date: 2012-09-14 18:42:21 +0000 (Fri, 14 Sep 2012)
New Revision: 5469

Modified:
   trunk/cumin/python/cumin/objectselector.py
   trunk/cumin/python/cumin/objectselector.strings
Log:
Completing work for BZ 851205 by adding the <col> tag in the tables.  This is used to determine column width since we are now using table-layout:fixed.

Modified: trunk/cumin/python/cumin/objectselector.py
===================================================================
--- trunk/cumin/python/cumin/objectselector.py	2012-09-12 14:56:14 UTC (rev 5468)
+++ trunk/cumin/python/cumin/objectselector.py	2012-09-14 18:42:21 UTC (rev 5469)
@@ -495,7 +495,7 @@
         self.cell.replace_child(self.cell.input)
 
         self.sortable = False
-        self.width = "1%"
+        self.width = "25px;"
 
     def render_cell_value(self, session, record):
         try:

Modified: trunk/cumin/python/cumin/objectselector.strings
===================================================================
--- trunk/cumin/python/cumin/objectselector.strings	2012-09-12 14:56:14 UTC (rev 5468)
+++ trunk/cumin/python/cumin/objectselector.strings	2012-09-14 18:42:21 UTC (rev 5469)
@@ -92,6 +92,7 @@
 
 [ObjectSelectorTable.html]
     <table id="{id}" class="{class}">
+      {columns}
       <style type="text/css">
         {css}
       </style>



More information about the cumin-developers mailing list