Changeset 745 for trunk/app/views

Show
Ignore:
Timestamp:
09/01/08 12:14:13 (3 months ago)
Author:
aarkerio
Message:

Little Bugs fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/vclassrooms/admin_record.ctp

    r744 r745  
    99 echo $html->div('title_section', $data['User']['name']); 
    1010 echo $html->div(null, $html->link($data['User']['email'], $data['User']['email'])); 
    11  // send message || send record to student    
     11 // send message && send record to student    
    1212 echo $html->para(null,  
    1313                 $ajax->link($html->image('admin/compose_on.gif', array('alt'=>'Compose', 'title'=>'Compose Message')) , 
     
    4444      echo $html->link($t['TestsVclassroom']['title'], '#'.$div_id, array('title'=>'View test', 'onclick'=> 
    4545        "window.open('/admin/tests/see/".$data['User']['id']."/".$t['TestsVclassroom']['test_id']."/".$data['Vclassroom']['id']."','mywin','left=20,top=10,width=700,height=700,scrollbars=1,toolbar=0,resizable=1')")) . '  '; 
    46 /* 
    47       echo $ajax->link($html->image('static/adownmod.png', array('alt'=>'Points down', 'title'=>'Points down')), 
    48                            '/admin/tests/points/'.$t['TestsVclassroom']['test_id'], 
    49                         array('update'  => $div_id, 
    50                               'loading '=>"Element.show('loadingre');", 
    51                                   'after'   =>'tp('.$data['User']['id'].','.$data['Vclassroom']['id'].')', 
    52                           'complete'=>"Element.hide('loadingre');Effect.Appear(".$div_id.")"),null,false); 
    53       echo $ajax->link($html->image('static/aupmod.png', array('alt'=>'Points up', 'title'=>'Points up')), 
    54                            '/admin/tests/points/'.$t['TestsVclassroom']['test_id'], 
    55                         array('update'  => $div_id, 
    56                                   'after'   =>'tp('.$data['User']['id'].','.$data['Vclassroom']['id'].')', 
    57                               'loading '=>"Element.show('loadingre')", 
    58                           'complete'=>"Element.hide('loadingre');Effect.Appear(".$div_id.")"),null,false); */ 
    5946        e('</div>'); 
    6047      endif;