Show
Ignore:
Timestamp:
07/09/08 21:55:19 (5 months ago)
Author:
aarkerio
Message:

Updates genrali

Files:
1 modified

Legend:

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

    r635 r636  
    4949            echo $form->hidden('Comment.user_id',  array('value' => $session->read('Auth.User.id'))); 
    5050            echo $form->hidden('Comment.username', array('value' => $session->read('Auth.User.username'))); 
    51             echo $session->read('Auth.User.username') . "  writes:"; 
     51            echo $session->read('Auth.User.username') . ' '.  __('writes', true) .' '; 
    5252                  
    53             echo $form->label('Comment.comment', 'Comment:' ); 
    54             echo $form->textarea('Comment.comment', array("rows" => 10, "cols" => 50));  
     53            echo $form->label('Comment.comment', __('Comment',true)) .'<br />'; 
     54            echo $form->textarea('Comment.comment', array('rows' => 10, 'cols' => 50));  
    5555            echo $form->error('Comment.comment', 'A comment is required.');  
    5656