plugin list: fix system plugins image position
This commit is contained in:
parent
2f20dd58d2
commit
06a39024dd
|
@ -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 " — <a target=\"_blank\" class=\"visibleLink\"
|
||||
|
|
Loading…
Reference in New Issue