Show
Ignore:
Timestamp:
09/26/07 00:16:56 (14 months ago)
Author:
aarkerio
Message:

Tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/questions/admin_edit.thtml

    r159 r160  
    33<?php echo $html->getCrumbs(' / '); ?> 
    44 
    5 <?php echo $html->formTag('/admin/questions/edit','post', array("onsubmit"=>"return validateNew()")); ?> 
     5<?php  
     6   echo $html->formTag('/admin/questions/edit','post', array("onsubmit"=>"return validateNew()"));  
     7   echo $html->hidden('Question/test_id'); 
     8?> 
    69<fieldset> 
    7 <legend>New test</legend> 
     10<legend>Edit question</legend> 
    811<div class="required"> 
    912  <?php