Show
Ignore:
Timestamp:
07/22/08 18:36:58 (4 months ago)
Author:
aarkerio
Message:

Update forums and tests

Files:
1 modified

Legend:

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

    r373 r669  
    11<?php 
    2  echo $html->addCrumb('Control Tools', '/admin/entries/start'); 
    3  echo $html->addCrumb('Tests', '/admin/tests/listing'); 
     2 echo $html->addCrumb('Control Panel', '/admin/entries/start'); 
     3 echo $html->addCrumb(__('Tests', true), '/admin/tests/listing'); 
    44 echo $html->getCrumbs(' / '); 
    55//die( debug( $data ) ); 
     
    1919       $tmp .= $form->hidden('TestsVclassroom.test_id', array('value'=>$test_id)); 
    2020       $tmp .= $form->hidden('TestsVclassroom.vclassroom_id', array('value'=>$val['Vclassroom']['id'])); 
    21        $tmp .= $form->end('Assign this test'); 
     21       $tmp .= $form->end(__('Assign this test', true)); 
    2222   
    2323   else: