New, smaller comment icon

This commit is contained in:
moodler
2003-12-07 05:57:57 +00:00
parent dc97859c78
commit c30c36a352
2 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 857 B

+2 -2
View File
@@ -72,7 +72,7 @@
echo get_string("commentson","glossary") . ' <b>' . glossary_print_entry_concept($entry) . '</b></td>';
echo "<td width=33% align=right>";
if ( $glossary->allowcomments ) {
echo "<a href=\"comment.php?id=$cm->id&eid=$entry->id\"><img alt=\"" . get_string("addcomment","glossary") . "\" src=\"comment.gif\" height=16 width=16 border=0></a> ";
echo "<a href=\"comment.php?id=$cm->id&eid=$entry->id\"><img alt=\"" . get_string("addcomment","glossary") . "\" src=\"comment.gif\" height=11 width=11 border=0></a> ";
}
echo "</td></tr></table>";
@@ -102,4 +102,4 @@
/// Finish the page
print_footer($course);
?>
?>