Changeset 68 for trunk/app/views/news
- Timestamp:
- 08/17/07 19:53:27 (16 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/display.thtml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/display.thtml
r36 r68 50 50 ?> 51 51 52 52 <p> 53 53 <?php 54 54 echo $html->formTag('/comentnews/add/','post', array("onsubmit"=>"return validateNew()")); … … 61 61 <fieldset> 62 62 <legend>Add comment:</legend> 63 <p> 63 64 64 <?php 65 65 if ( $othAuth->user('username') ) … … 81 81 } 82 82 ?> 83 </p>84 83 85 84 <?php echo $form->labelTag( 'Comentnews/comment', 'Comentario:' );?><br /> … … 87 86 <?php echo $html->tagErrorMsg('Comentnews/comment', 'Comment is required.'); ?> 88 87 <br /> 89 </p>88 </p> 90 89 91 90 <br />
