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/questions/admin_answers.ctp

    r668 r794  
    2323<?php 
    2424 echo $html->div('required',$form->input('Answer.answer', array('size'=>55, 'maxlength'=>120, 'label'=>__('Answer',true))));  
    25  echo $html->div('required',$form->label('Answer.correct', __('Answer is correct', true)).$form->checkbox('Answer.correct', array('value' => 1)));  
     25 echo $html->div('required',$form->label('Answer.correct', __('Answer is correct', true)).$form->checkbox('Answer.correct'));  
    2626 echo $ajax->submit(__('Save', true), array("url" => "/admin/answers/add", 
    2727                                         "update"=>"questions",