Fixed object not found icon reference
authorjollytoad <jollytoad>
Wed, 7 Dec 2005 08:55:36 +0000 (08:55 +0000)
committerjollytoad <jollytoad>
Wed, 7 Dec 2005 08:55:36 +0000 (08:55 +0000)
classes/Misc.php

index 1344620e8c32ff4614d0e2590d845bfb31a89bb7..be37cffc5124b593f5e585df5eba7bdb048089aa 100644 (file)
@@ -2,7 +2,7 @@
        /**
         * Class to hold various commonly used functions
         *
-        * $Id: Misc.php,v 1.122 2005/12/06 14:28:51 jollytoad Exp $
+        * $Id: Misc.php,v 1.123 2005/12/07 08:55:36 jollytoad Exp $
         */
         
        class Misc {
                                }
                        } else {
                                $msg = isset($attrs['nodata']) ? $attrs['nodata'] : $lang['strnoobjects'];
-                               echo "<tree text=\"{$msg}\" onaction=\"this.parentNode.reload()\" icon=\"", $this->icon('error'), "\"/>\n";
+                               echo "<tree text=\"{$msg}\" onaction=\"this.parentNode.reload()\" icon=\"", $this->icon('ObjectNotFound'), "\"/>\n";
                        }
                        
                        if (!isset($attrs['nofoot']) || $attrs['nofoot'] === false) {