Changeset 794 for trunk/app/views/questions
- Timestamp:
- 10/06/08 07:56:20 (2 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/questions/admin_answers.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/questions/admin_answers.ctp
r668 r794 23 23 <?php 24 24 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')); 26 26 echo $ajax->submit(__('Save', true), array("url" => "/admin/answers/add", 27 27 "update"=>"questions",
