Revision: 2164
http://mrbs.svn.sourceforge.net/mrbs/?rev=2164&view=rev
Author: cimorrison
Date: 2011-11-02 15:31:40 +0000 (Wed, 02 Nov 2011)
Log Message:
-----------
Fixed a bug introduced in Rev 2162 which stopped the Report datatable
displaying the first column properly.
Revision Links:
--------------
http://mrbs.svn.sourceforge.net/mrbs/?rev=2162&view=rev
Modified Paths:
--------------
mrbs/trunk/web/Themes/default/header.inc
Modified: mrbs/trunk/web/Themes/default/header.inc
===================================================================
--- mrbs/trunk/web/Themes/default/header.inc 2011-11-02 15:22:38 UTC (rev
2163)
+++ mrbs/trunk/web/Themes/default/header.inc 2011-11-02 15:31:40 UTC (rev
2164)
@@ -324,6 +324,12 @@
{
return false;
}
+ <?php
+ // Remove the <colgroup>. This is only needed to assist in the
formatting
+ // of the non-datatable version of the table. When we have a
datatable,
+ // the datatable sorts out its own formatting.
+ ?>
+ table.find('colgroup').remove();
<?php // Set up the default options ?>
var defaultOptions = {};
<?php
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits