Revision: 1873
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1873&view=rev
Author:   cimorrison
Date:     2011-08-18 17:57:49 +0000 (Thu, 18 Aug 2011)

Log Message:
-----------
Fixed bug whereby defaults wouldn't be set if there was no language file

Modified Paths:
--------------
    mrbs/branches/datatables/web/Themes/default/header.inc

Modified: mrbs/branches/datatables/web/Themes/default/header.inc
===================================================================
--- mrbs/branches/datatables/web/Themes/default/header.inc      2011-08-18 
17:29:40 UTC (rev 1872)
+++ mrbs/branches/datatables/web/Themes/default/header.inc      2011-08-18 
17:57:49 UTC (rev 1873)
@@ -159,14 +159,14 @@
         {
           ?>
           dataTablesDefaults.oLanguage = {"sUrl": "<?php echo $lang_file ?>"};
-          dataTablesDefaults.sDom = 'RClfrtip';
-          dataTablesDefaults.oColVis = {sSize: "css",
-                                        buttonText: '<?php echo 
get_vocab("show_hide_columns") ?>',
-                                        bRestore: true,
-                                        sRestore: '<?php echo 
get_vocab("restore_original") ?>'};
           <?php
         }
         ?>
+        dataTablesDefaults.sDom = 'RClfrtip';
+        dataTablesDefaults.oColVis = {sSize: "css",
+                                      buttonText: '<?php echo 
get_vocab("show_hide_columns") ?>',
+                                      bRestore: true,
+                                      sRestore: '<?php echo 
get_vocab("restore_original") ?>'};
         //]]>
       </script>
       <?php


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

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to