Changeset 788 for trunk/app/views

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

Update unit testing

Location:
trunk/app/views
Files:
2 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;')); 
  • trunk/app/views/users/register.ctp

    r627 r788  
    4343     
    4444    echo $html->div(null, '<br />');   
    45     echo $form->label('User.description', __('About you and your interests', true) ) . '<br />'; 
    46     echo $form->textarea('User.description', array("rows"=>4, "cols"=>50)).'<br />';  
     45    echo $form->label('User.cv', __('About you and your interests', true) ) . '<br />'; 
     46    echo $form->textarea('User.cv', array('rows'=>4, 'cols'=>50)).'<br />';  
    4747         
    4848    $tmp = $html->link(__('I read and I do agree with terms', true),'#header',