switch order for checkbox, instructio
darcs-hash:20080624030034-34904-bdcb6197d2050bc37f9daaf6f849aed5890bce53.gz
This commit is contained in:
parent
be3a44651c
commit
91a3598972
|
@ -319,8 +319,7 @@ function common_input($id, $label, $value=NULL,$instructions=NULL) {
|
||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
}
|
}
|
||||||
|
|
||||||
function common_checkbox($id, $label, $value='true',
|
function common_checkbox($id, $label, $instructions=NULL, $value='true')
|
||||||
$instructions=NULL)
|
|
||||||
{
|
{
|
||||||
common_element_start('p');
|
common_element_start('p');
|
||||||
$attrs = array('name' => $id,
|
$attrs = array('name' => $id,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user