Changeset 2486 for trunk/app/views/topics/display.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/topics/display.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/topics/display.ctp
r2382 r2486 32 32 echo $this->Html->div('reply'); 33 33 echo $this->Html->div('replytxt', nl2br(h($val['reply']))); 34 if ( $blogger['User']['id'] == $ session->read('Auth.User.id')): # you are teacher so delete button34 if ( $blogger['User']['id'] == $this->Session->read('Auth.User.id')): # you are teacher so delete button 35 35 $msg = __('Are you sure to want to delete this?', True); 36 36 echo $this->Html->link($this->Html->image('static/delete_icon.png',array('width'=>'16px','alt'=>__('Delete', True),'title'=>__('Delete', True))),
Note: See TracChangeset
for help on using the changeset viewer.
