Show
Ignore:
Timestamp:
04/03/08 10:43:08 (8 months ago)
Author:
aarkerio
Message:

Locale and test improvements

Location:
trunk/app/views/ecourses
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/ecourses/admin_edit.ctp

    r354 r365  
    11<?php  
    22 echo $javascript->link('fckeditor/fckeditor'); 
     3 
     4 echo $html->addCrumb('Control Tools', '/admin/entries/start'); 
     5 echo $html->addCrumb('Ecourses', '/admin/ecourses/listing'); 
     6 echo $html->getCrumbs(' / '); 
     7 
    38 echo $form->create('Ecourse',array("onsubmit"=>"return chkForm();"));  
    49 echo $form->hidden('Ecourse.id'); 
  • trunk/app/views/ecourses/admin_vclassrooms.ctp

    r352 r365  
    2828      $tmp  =  $html->div('butonright', $gags->sendEdit($val['id'], 'Vclassroom')); 
    2929      $tmp .=  $html->link($val['name'], '/admin/vclassrooms/members/'.$val['id']); 
    30       $tmp .=  $html->para(null, 'Status: '. $html->link($s, '/admin/vclassroom/change/'.$val['id'].'/'.$val['status'])); 
     30      $tmp .=  $html->para(null, 'Status: '.$html->link($s,'/admin/vclassrooms/change/'.$val['id'].'/'.$val['status'].'/'.$val['ecourse_id'])); 
    3131      $tmp .=  $html->div('butonright', $gags->confirmDel($val['id'], 'Vclassroom')); 
    3232