Changeset 2486 for trunk/app/views/tests/view.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/tests/view.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/tests/view.ctp
r2380 r2486 11 11 # student belongs to vclassroom, kandie is in correct date and test has not been answered by student 12 12 if ( $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;')); 14 14 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).'.'); 15 15 echo $this->Html->div('title', $blogger['User']['username'] .'s '.__('Quizz Test', True));
Note: See TracChangeset
for help on using the changeset viewer.
