summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-10 13:11:40 +0400
committerAndrew Dolgov <[email protected]>2013-07-10 13:11:40 +0400
commit06a39024ddf664c9cee2ec2e2e7b47c4c6859df4 (patch)
tree25573b495b33ab703c03fe4cc392966945bb955b
parent2f20dd58d277d0ec5e4898feed0f530479a0c831 (diff)
plugin list: fix system plugins image position
-rw-r--r--classes/pref/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 3dfe95241..671756f08 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -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\"