Show
Ignore:
Timestamp:
03/28/08 10:03:54 (10 months ago)
Author:
aarkerio
Message:

Improvs on Lessons and Images

Files:
1 modified

Legend:

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

    r350 r352  
    66echo $html->getCrumbs(' / ');  
    77 
    8 echo $html->div('title_section', 'Virtual clasrooms  on ' . $data['Ecourse']['title'] . ' e-Course'); 
     8$str =  'Virtual clasrooms  on ' . $data['Ecourse']['title'] . ' e-Course'; 
    99 
     10if ( isset( $historic ) ) 
     11{ 
     12   $str .= ' (filed)'; 
     13} 
     14 
     15echo $html->div('title_section', $str); 
    1016 
    1117 echo  $html->para(null, $html->link($html->image('static/vgroups.gif', array("alt"=>"Add new group", "title"=>"Add new group")),  '/admin/vclassrooms/add/'.$data['Ecourse']['id'], null, null, false)); 
     
    2531      $tmp .=  $html->div('butonright', $gags->confirmDel($val['id'], 'Vclassroom')); 
    2632 
    27       echo $html->div('spaced', $tmp); 
     33      echo $html->div('grayblock', $tmp); 
     34} 
     35 
     36if ( !isset( $historic ) ) 
     37{ 
     38echo $html->link( 
     39                $html->image('admin/historic.png', array('alt'=>'Filed classrooms', 'title'=>'Filed classrooms')),  
     40                '/admin/ecourses/vclassrooms/'.$data['Ecourse']['id'].'/historic', null, null, false); 
    2841} 
    2942?>