Changeset 794 for trunk/app/views/groups

Show
Ignore:
Timestamp:
10/06/08 07:56:20 (2 months ago)
Author:
aarkerio
Message:

Udates to RC3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/groups/admin_edit.ctp

    r781 r794  
    1515     
    1616    if ( $this->data['Group']['id'] == 4): 
    17         echo $form->label('Group.active', 'Enabled: ');  
    18             echo $form->checkbox('Group.active', array('value'=>2));  
     17            echo $form->label('Group.active', 'Enabled: ');  
     18            echo $form->checkbox('Group.active', array('value'=>'2'));  
    1919    endif; 
    2020    echo $form->end(__('Save', true));