public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
BUGFIX: Don't show the 'View' icon for Section Headers and Separators on 
admin/listcontent.php since they have no URL.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3318 
3d254a34-79dc-0310-9e5f-be208747d8a0
elijahlofgren (author)
Thu Aug 17 18:27:46 -0700 2006
commit  1223b6344507711ee77d1a39f656162b0c1eef4b
tree    908d21de39d812522bb17c7c229b61c7ae4011f0
parent  793d6e7db42d27e6ddc75cb4eb005ec6c9d7b8dc
...
726
727
728
729
 
730
731
732
...
726
727
728
 
729
730
731
732
0
@@ -726,7 +726,7 @@ function display_hierarchy(&$root, &$userid, $modifyall, &$templates, &$users, &
0
         // end of move code
0
 
0
         $url = $one->GetURL();
0
- if ($url != '')
0
+ if ($url != '' && $url != '#')
0
         {
0
             $thelist .= "<td class=\"pagepos\"><a href=\"".$one->GetURL()."\" rel=\"external\">";
0
             $thelist .= $viewImg;

Comments

    No one has commented yet.