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_questions.ctp

    r666 r669  
    88 echo $html->div(null,$html->image('static/loading.gif', array("alt"=>"Loading")), array('id'=>'loading', 'style'=>'display: none;')); 
    99 
    10  echo $html->para(null, $html->link('Edit', '/admin/tests/edit/'.$data['Test']['id']).'  '.$html->link('Assign to class', '/admin/tests/vclassrooms/'.$data['Test']['id'])); 
     10 echo $html->para(null, $html->link($html->image('static/edit_icon.gif', array('alt'=>__('Edit', true), 'title'=>__('Edit', true))),  
     11'/admin/tests/edit/'.$data['Test']['id'],  null, null, false).'  '.$html->link($html->image('static/assign_icon.gif', array('alt'=>__('Assign to group', true), 'title'=>__('Assign to group', true))), '/admin/tests/vclassrooms/'.$data['Test']['id'], null, null, false)); 
    1112 
    1213 echo '<b>'.__('Title',true).'</b> ' . $data['Test']['title'] . '<br />';