mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 23:16:28 +02:00
Checkbox alignment and minor code cleanup.
This commit is contained in:
@@ -938,12 +938,12 @@ class e_form
|
||||
}
|
||||
|
||||
/**
|
||||
* checkbox
|
||||
* parm $name
|
||||
* parm $value
|
||||
* parm $checked
|
||||
* Render a checkbox
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
* @param boolean $checked
|
||||
* @param array $options
|
||||
* @return void
|
||||
* @author
|
||||
*/
|
||||
function checkbox($name, $value, $checked = false, $options = array())
|
||||
{
|
||||
|
Reference in New Issue
Block a user