* finish task#1190.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-11 08:32:09 +00:00
parent f5867097f4
commit 921a09eef0
15 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ class common extends control
if(!common::hasPriv($module, 'edit')) return false;
echo "<span class='link-button'>";
echo html::a('#comment', '&nbsp;', '', "class='icon-green-common-comment' title='$lang->comment' onclick='setComment()'");
echo html::a('#commentBox', '&nbsp;', '', "class='icon-green-common-comment' title='$lang->comment' onclick='setComment()'");
echo "</span>";
}