summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-17 21:39:51 +0300
committerAndrew Dolgov <[email protected]>2010-11-17 21:39:51 +0300
commitd69fa6d66afc03115682840e71619914449a2abc (patch)
tree4f2b0cc0817091794df87b590699ad258803a82f /functions.php
parent1985a5e0d780c1d873085fd8b47ff59d3ef8335f (diff)
further pref-pane updates
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 2282cb744..6fa9e9f27 100644
--- a/functions.php
+++ b/functions.php
@@ -1695,7 +1695,7 @@
$sel .= " value=\"0\"";
}
- print "<input class=\"noborder\"
+ print "<input class=\"noborder\" dojoType=\"dijit.form.RadioButton\"
type=\"radio\" $sel $attributes name=\"$id\">&nbsp;$v&nbsp;";
}