Changeset 788 for trunk/app/views
- Timestamp:
- 10/01/08 20:21:44 (7 weeks ago)
- Location:
- trunk/app/views
- Files:
-
- 2 modified
-
entries/admin_comments.ctp (modified) (1 diff)
-
users/register.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/entries/admin_comments.ctp
r776 r788 2 2 echo $html->div('title_section', __('Comments in your eduBlog', true)); 3 3 //debug($data); 4 if ( count($data) < 1 ): 5 echo '<h1>'.__('No comments yet', true) .'</h1>';; 6 endif; 7 4 8 foreach($data as $v): 5 9 $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 43 43 44 44 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 />'; 47 47 48 48 $tmp = $html->link(__('I read and I do agree with terms', true),'#header',
