if ($visible) {
$hideshow = " <a title=\"$str->hide\" href=\"$path/mod.php?hide=$moduleid\"><img
- src=\"$pixpath/t/hide.gif\" height=11 width=11 border=0></a>";
+ src=\"$pixpath/t/hide.gif\" hspace=2 height=11 width=11 border=0></a>";
} else {
$hideshow = " <a title=\"$str->show\" href=\"$path/mod.php?show=$moduleid\"><img
- src=\"$pixpath/t/show.gif\" height=11 width=11 border=0></a>";
+ src=\"$pixpath/t/show.gif\" hspace=2 height=11 width=11 border=0></a>";
}
return "<a title=\"$str->delete\" href=\"$path/mod.php?delete=$moduleid\"><img
if (isediting($course->id)) {
if ($course->marker == $section) { // Show the "light globe" on/off
echo "<a href=\"view.php?id=$course->id&marker=0\" title=\"$strmarkedthistopic\">".
- "<img src=\"$pixpath/i/marked.gif\" height=16 width=16 border=0></a><br />";
+ "<img src=\"$pixpath/i/marked.gif\" vspace=3 height=16 width=16 border=0></a><br />";
} else {
echo "<a href=\"view.php?id=$course->id&marker=$section\" title=\"$strmarkthistopic\">".
- "<img src=\"$pixpath/i/marker.gif\" height=16 width=16 border=0></a><br />";
+ "<img src=\"$pixpath/i/marker.gif\" vspace=3 height=16 width=16 border=0></a><br />";
}
if ($thissection->visible) { // Show the hide/show eye
echo "<a href=\"view.php?id=$course->id&hide=$section\" title=\"$strtopichide\">".
- "<img src=\"$pixpath/i/hide.gif\" height=16 width=16 border=0></a><br />";
+ "<img src=\"$pixpath/i/hide.gif\" vspace=3 height=16 width=16 border=0></a><br />";
} else {
echo "<a href=\"view.php?id=$course->id&show=$section\" title=\"$strtopicshow\">".
- "<img src=\"$pixpath/i/show.gif\" height=16 width=16 border=0></a><br />";
+ "<img src=\"$pixpath/i/show.gif\" vspace=3 height=16 width=16 border=0></a><br />";
}
}