Changeset 68 for trunk/app/views/news

Show
Ignore:
Timestamp:
08/17/07 19:53:27 (16 months ago)
Author:
aarkerio
Message:

Update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/news/display.thtml

    r36 r68  
    5050            ?> 
    5151 
    52  
     52<p> 
    5353<?php  
    5454   echo $html->formTag('/comentnews/add/','post', array("onsubmit"=>"return validateNew()")); 
     
    6161<fieldset> 
    6262<legend>Add comment:</legend> 
    63 <p> 
     63 
    6464  <?php  
    6565  if ( $othAuth->user('username') )  
     
    8181  } 
    8282  ?> 
    83 </p> 
    8483   
    8584  <?php echo $form->labelTag( 'Comentnews/comment', 'Comentario:' );?><br /> 
     
    8786  <?php echo $html->tagErrorMsg('Comentnews/comment', 'Comment is required.'); ?> 
    8887  <br /> 
    89   </p> 
     88 </p> 
    9089   
    9190  <br />