* Adjust the icons.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-16 01:15:26 +00:00
parent 76328c9700
commit b2446d6dd7
9 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ class common extends control
echo html::a($link, ' ', $target, "class='$class' title='$title'", true);
if($method != 'edit' and $method != 'delete' and $method != 'copy')
{
echo html::a($link, $title . '   ', $target, "class='$extraClass'", true);
echo html::a($link, $title, $target, "class='$extraClass'", true);
}
echo "</span>";
}