Author: rhari
Date: Mon May 14 09:55:41 2007
New Revision: 428
URL: http://svn.gna.org/viewcvs/phplinker?rev=428&view=rev
Log:
#207
Bug fix
Modified:
trunk/www/admin/category.php
Modified: trunk/www/admin/category.php
URL:
http://svn.gna.org/viewcvs/phplinker/trunk/www/admin/category.php?rev=428&r1=427&r2=428&view=diff
==============================================================================
--- trunk/www/admin/category.php (original)
+++ trunk/www/admin/category.php Mon May 14 09:55:41 2007
@@ -135,7 +135,7 @@
<a href=\"#\">Tags</a>";
$tag_ul_li .="<ul>";
-$tag_ul_li .= "<li id=\"tag_0\" noChildren=\"true\" is_tag=\"true\" title=\"id
: 0\"><a href=\"#\">default (untagged)</a></li>";
+$tag_ul_li .= "<li id=\"tag_0\" noChildren=\"true\" noRename\"true\"
noDelete=\"true\" is_tag=\"true\" title=\"id : 0\"><a href=\"#\">default
(untagged)</a></li>";
$tags = linker_get_tags ();
foreach ($tags as $tag){
@@ -147,7 +147,7 @@
is_new=\"false\"
title=\"id
: ".$tag['id']."\" desc=\"".$tag['description']."\"><a
href=\"#\">".$tag['description']."</a>
-<img src=\"imgs/delete.gif\"
onclick=\"JSTreeObj.deleteItem(this,document.getElementById('tag_".$tag['id']."').childNodes[2])\"><img
src=\"imgs/notes.gif\"
onclick=\"JSTreeObj.renameItem(this,document.getElementById('tag_".$tag['id']."').childNodes[2])\"></li>";
+</li>";
}
$tag_ul_li .= "</ul></li></ul>";
_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits