mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 22:25:31 +02:00
Admin perms cleanup. Enhanced ui, multiple perms for sections of admin->users. Support for more perms.
This commit is contained in:
@@ -452,6 +452,14 @@ class e_form
|
||||
return $ret;
|
||||
}
|
||||
|
||||
/**
|
||||
* checkbox
|
||||
* parm $name
|
||||
* parm $value
|
||||
* parm $checked
|
||||
* @return void
|
||||
* @author
|
||||
*/
|
||||
function checkbox($name, $value, $checked = false, $options = array())
|
||||
{
|
||||
$options = $this->format_options('checkbox', $name, $options);
|
||||
|
Reference in New Issue
Block a user