1
0
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:
CaMer0n
2011-05-11 11:56:42 +00:00
parent 0ddd1310ab
commit 414acedafc
8 changed files with 278 additions and 143 deletions

View File

@@ -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);