Show
Ignore:
Timestamp:
10/01/08 20:21:44 (7 weeks ago)
Author:
aarkerio
Message:

Update unit testing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/entries/admin_comments.ctp

    r776 r788  
    22echo $html->div('title_section', __('Comments in your eduBlog', true)); 
    33//debug($data); 
     4if ( count($data) < 1 ): 
     5  echo '<h1>'.__('No comments yet', true) .'</h1>';; 
     6endif; 
     7 
    48foreach($data as $v): 
    59 $tmp  = $html->para(null, 'Entry: '.$html->link($v['Entry']['title'], 'http://'.$_SERVER['HTTP_HOST'].'/entries/view/'.$session->read('Auth.User.username').'/'.$v['Entry']['id']), array('style'=>'font-size:14pt;font-weigth:bold;'));