Changeset 160 for trunk/app/views/questions
- Timestamp:
- 09/26/07 00:16:56 (14 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/questions/admin_edit.thtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/questions/admin_edit.thtml
r159 r160 3 3 <?php echo $html->getCrumbs(' / '); ?> 4 4 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 ?> 6 9 <fieldset> 7 <legend> New test</legend>10 <legend>Edit question</legend> 8 11 <div class="required"> 9 12 <?php
