add style of the buttons.

This commit is contained in:
Catouse
2013-09-18 17:58:05 +08:00
parent 2f262580cc
commit c993ab7a8d
3 changed files with 15 additions and 223 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ class common extends control
if(!common::hasPriv($module, 'edit')) return false;
echo "<span class='link-button'>";
echo html::a('#commentBox', '<i class="icon-comments-alt icon-large"></i>', '', "title='$lang->comment' onclick='setComment()'");
echo html::a('#commentBox', '<i class="icon-comments-alt"></i>', '', "title='$lang->comment' onclick='setComment()'");
echo "</span>";
}