35 | Form->create('User'); ?>
36 | Form->input("id" ,array('type' => 'hidden', 'label' => false,'div' => false))?>
37 | 2) { ?>
38 |
39 |
*
40 |
Form->input("user_group_id" ,array('type' => 'select', 'label' => false,'div' => false,'class'=>"umstyle5" ))?>
41 |
42 |
43 |
44 |
45 |
*
46 |
Form->input("username" ,array('label' => false,'div' => false,'class'=>"umstyle5" ))?>
47 |
48 |
49 |
50 |
*
51 |
Form->input("name" ,array('label' => false,'div' => false,'class'=>"umstyle5" ))?>
52 |
53 |
54 |
55 |
*
56 |
Form->input("email" ,array('label' => false,'div' => false,'class'=>"umstyle5" ))?>
57 |
58 |
59 |
60 |
61 |
Form->input("password" ,array("type"=>"password",'label' => false,'div' => false,'class'=>"umstyle5" ))?>
62 |
63 |
64 |
65 |
66 |
Form->input("cpassword" ,array("type"=>"password",'label' => false,'div' => false,'class'=>"umstyle5" ))?>
67 |
68 |
69 |
70 |
71 |
Form->Submit(__('Update User'));?>
72 |
73 |
74 | Form->end(); ?>
75 |