functions->needs('html'); $b = new bereiche('2'); $html = new html($this); ?>
Benutzername: get_field('name') ?>
get_input('password1', 'Passwort', array('type'=>'password') ); ?>
get_input('password2', 'Passwort wiederholen', array('type'=>'password') ); ?>
get_input('email', 'e-mail' ); ?>
Statusget_dropdown('status', '0=aktiv,1=inaktiv'); ?>
Benutzergruppeget_dropdown('level', $this->get_levels($this->data['my_level'])); ?>