remove borders on radio button elements
This commit is contained in:
@@ -682,7 +682,8 @@
|
||||
$sel .= " value=\"0\"";
|
||||
}
|
||||
|
||||
print "<input type=\"radio\" $sel $attributes name=\"$id\"> $v ";
|
||||
print "<input class=\"noborder\"
|
||||
type=\"radio\" $sel $attributes name=\"$id\"> $v ";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user