Ignore:
Timestamp:
08/27/10 17:14:12 (21 months ago)
Author:
aarkerio
Message:

Helper updated

File:
1 edited

Legend:

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

    r2380 r2486  
    1111# student belongs to vclassroom, kandie is in correct date and test has not been answered by student 
    1212if ( $permissions['belongs'] == True and $permissions['chkdate'] == True and $permissions['already'] == False):  
    13     echo $this->Html->para(Null, 'hi! '.$session->read('Auth.User.username'), array('style'=>'font-weight:bold;font-size:12pt;')); 
     13    echo $this->Html->para(Null, 'hi! '.$this->Session->read('Auth.User.username'), array('style'=>'font-weight:bold;font-size:12pt;')); 
    1414    echo $this->Html->para(Null, '<b>Tip</b>:'.__('Avoid data loss, first write and save your answers in a text editor and then copy and paste here', True).'.'); 
    1515    echo $this->Html->div('title', $blogger['User']['username'] .'s '.__('Quizz Test', True)); 
Note: See TracChangeset for help on using the changeset viewer.