Author: rhari
Date: Thu May 31 10:36:47 2007
New Revision: 478

URL: http://svn.gna.org/viewcvs/phplinker?rev=478&view=rev
Log:
#225
Bug fix

Modified:
    trunk/smarty/default/templates/admin/category.tpl

Modified: trunk/smarty/default/templates/admin/category.tpl
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/smarty/default/templates/admin/category.tpl?rev=478&r1=477&r2=478&view=diff
==============================================================================
--- trunk/smarty/default/templates/admin/category.tpl (original)
+++ trunk/smarty/default/templates/admin/category.tpl Thu May 31 10:36:47 2007
@@ -145,14 +145,14 @@
          Nodenew.appendChild(aTag);
 
          var ul = document.createElement('UL');
-         ul.id = "newcateg";
+         ul.id = "newcateg_" + id;
          ul.setAttribute("class", "dhtmlgoodies_tree");
          ul.style.display='block';
          Node.appendChild(ul);
          ul.appendChild(Nodenew);
 
          var newtreeObj = new JSDragDropTree();
-         newtreeObj.setTreeId('newcateg');
+         newtreeObj.setTreeId('newcateg_' + id);
          newtreeObj.initTree('newcateg');
          newtreeObj.expandAll();
 


_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits

Reply via email to