Show
Ignore:
Timestamp:
04/02/08 13:51:48 (9 months ago)
Author:
aarkerio
Message:

Locale and test improvements

Files:
1 modified

Legend:

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

    r361 r362  
    1212 echo $html->div('required', $form->input('Test.title', array("size" => 40, "maxlength" => 120)));  
    1313    
    14  echo $html->div('required', $form->label('Test.description', 'Description:') . $form->textarea('Test.description', array("cols" => 50, "rows" => 5)));  
     14 echo $html->div('required', $form->label('Test.description', 'Description:') . $form->textarea('Test.description', array("cols" => 50, "rows" => 15)));  
    1515    
    1616 echo $html->div('required', $form->label('Test.status', 'Published:' ) . $form->checkbox('Test.status', array('value'=>1)));