update
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
$out .= 'id="' . $this -> params['id'] . '" ';
|
||||
else
|
||||
$out .= 'id="' . $this -> params['name'] . '" ';
|
||||
$out .= 'name="' . $this -> params['name'] . '" type="checkbox"';
|
||||
$out .= 'name="' . $this -> params['name'] . '" type="checkbox" value="on"';
|
||||
|
||||
if ( $this -> params['checked'] )
|
||||
$out .= 'checked="checked" ';
|
||||
@@ -24,4 +24,4 @@
|
||||
$out .= '</div>';
|
||||
$out .= '</div>';
|
||||
|
||||
echo $out;
|
||||
echo $out;
|
||||
|
||||
Reference in New Issue
Block a user