fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12454]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12454]
Date: Thu, 11 Dec 2014 23:19:07 +0000

Revision: 12454
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12454
Author:   nelson224
Date:     2014-12-11 23:19:07 +0000 (Thu, 11 Dec 2014)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uientity.inc.php

Modified: branches/dev-syncromind/property/inc/class.uientity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uientity.inc.php 2014-12-11 
23:18:51 UTC (rev 12453)
+++ branches/dev-syncromind/property/inc/class.uientity.inc.php 2014-12-11 
23:19:07 UTC (rev 12454)
@@ -454,13 +454,11 @@
 
                                if($document['children'])
                                {
-                                       $document['classes'] = "folder";
-                                       
                                        
$this->_customize_documents($document['children']);
                                } 
                                else 
                                {
-                                       $document['classes'] = "file";
+                                       $document['type'] = "file";
                                }
                        }
                }
@@ -476,8 +474,6 @@
 
                        foreach ($documents as &$document)
                        {
-                               $document['classes'] = "folder";
-                               
                                if ($document['link'])
                                {
                                        $document['text'] = '<a 
href="'.$document['link'].'" target="_blank">'.$document['text'].'</a>';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]