Changeset 177 for trunk/app/views/news
- Timestamp:
- 09/28/07 14:30:44 (14 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/display.thtml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/display.thtml
r107 r177 56 56 echo $html->hiddenTag('Commentnews/level', 1); 57 57 echo $html->hiddenTag('Commentnews/comentnew_id', 1); 58 59 // echo $html->image($html->url('/news/captcha', true), array("alt"=>"kcaptcha"), true);60 58 ?> 61 59 <fieldset> … … 67 65 echo $html->hiddenTag('Commentnews/user_id', $othAuth->user('id')); 68 66 echo $html->hiddenTag('Commentnews/name', $othAuth->user('username')); 69 echo $othAuth->user('username') . " escribe:";67 echo '<b>'. $othAuth->user('username') . '</b> writes. '; 70 68 } 71 69 else … … 73 71 echo $html->hiddenTag('Commentnews/user_id', 0); 74 72 echo $html->input('Commentnews/name', array("size" => 25, "maxlength" => 50)); 75 echo $form->labelTag( 'Commentnews/name', ' N ombre (requerido)' );73 echo $form->labelTag( 'Commentnews/name', ' Name:' ); 76 74 echo $html->tagErrorMsg('Commentnews/name', 'Name is required.'); 77 75 … … 82 80 ?> 83 81 84 <?php echo $form->labelTag( 'Commentnews/comment', 'Com entario:' );?><br />82 <?php echo $form->labelTag( 'Commentnews/comment', 'Comment:' );?><br /> 85 83 <?php echo $html->textarea('Commentnews/comment', array("cols"=>70, "rows"=>10)) ?> 86 84 <?php echo $html->tagErrorMsg('Commentnews/comment', 'Comment is required.'); ?>
