Revision: 2197
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2197&view=rev
Author:   cimorrison
Date:     2011-12-08 20:35:07 +0000 (Thu, 08 Dec 2011)
Log Message:
-----------
Fixed bug which prevented localised text strings appearing in the Column 
Visibility menu in Report

Modified Paths:
--------------
    mrbs/trunk/web/Themes/default/header.inc
    mrbs/trunk/web/mrbs.css.php

Modified: mrbs/trunk/web/Themes/default/header.inc
===================================================================
--- mrbs/trunk/web/Themes/default/header.inc    2011-12-08 20:09:22 UTC (rev 
2196)
+++ mrbs/trunk/web/Themes/default/header.inc    2011-12-08 20:35:07 UTC (rev 
2197)
@@ -351,7 +351,7 @@
             defaultOptions.sScrollX = "100%";
             defaultOptions.sPaginationType = "full_numbers";
             defaultOptions.oColReorder = {};
-            defaultOptions.oColVis = {sSize: "css",
+            defaultOptions.oColVis = {sSize: "auto",
                                       buttonText: '<?php echo 
escape_js(get_vocab("show_hide_columns")) ?>',
                                       bRestore: true,
                                       sRestore: '<?php echo 
escape_js(get_vocab("restore_original")) ?>'};
@@ -413,7 +413,7 @@
               ?>
               defaultOptions.oColReorder = {iFixedColumns: nCols};
             }
-            defaultOptions.oColVis = {aiExclude: colVisExcludeCols};
+            defaultOptions.oColVis.aiExclude = colVisExcludeCols;
             <?php
             // Merge the specific options with the default options.  We do a 
deep
             // merge.

Modified: mrbs/trunk/web/mrbs.css.php
===================================================================
--- mrbs/trunk/web/mrbs.css.php 2011-12-08 20:09:22 UTC (rev 2196)
+++ mrbs/trunk/web/mrbs.css.php 2011-12-08 20:35:07 UTC (rev 2197)
@@ -833,6 +833,7 @@
 span.ColVis_title {
        display: block;
   float: left;
+  white-space: nowrap;
 }
 
 /* ------------ jQuery UI additions -------------*/

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to