]> git.wh0rd.org - tt-rss.git/commitdiff
plugin list: fix system plugins image position
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 10 Jul 2013 09:11:40 +0000 (13:11 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 10 Jul 2013 09:11:40 +0000 (13:11 +0400)
classes/pref/prefs.php

index 3dfe95241592f0670e5574cf7a903763a3fefcdf..671756f08d5afd1055d2f039429c4d11ae362ef0 100644 (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\"