plugin list: fix system plugins image position

This commit is contained in:
Andrew Dolgov 2013-07-10 13:11:40 +04:00
parent 2f20dd58d2
commit 06a39024dd
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ class Pref_Prefs extends Handler_Protected {
$plugin_icon = $checked ? "plugin.png" : "plugin_disabled.png";
print "<td><img src='images/$plugin_icon' alt=''> $name</td>";
print "<td><label><img src='images/$plugin_icon' alt=''> $name</label></td>";
print "<td>" . htmlspecialchars($about[1]);
if (@$about[4]) {
print " &mdash; <a target=\"_blank\" class=\"visibleLink\"