Changeset 407 for trunk/app/views/news

Show
Ignore:
Timestamp:
04/16/08 17:24:40 (8 months ago)
Author:
aarkerio
Message:

Updates on polls

Location:
trunk/app/views/news
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/news/admin_listing.ctp

    r301 r407  
    44  <?php  
    55     echo $html->link($html->image('actions/new.png', array("alt"=>"Add new", "title"=>"Add new")), '/admin/news/add', null, false, false); 
    6      echo $html->link($html->image('static/forum.gif', array("alt"=>"See comments", "title"=>"See comments")), '/admin/commentnews/listing', null, false, false); 
     6     echo $html->link($html->image('static/forum.gif', array("alt"=>"See comments", "title"=>"See comments")), '/admin/discussions/listing', null, false, false); 
    77  ?> 
    88 
  • trunk/app/views/news/view.ctp

    r406 r407  
    4646               
    4747      echo '<div class="comentnew" style="background-color:'.$bg.'">';   
    48       echo $time->timeAgoInWords($v["created"]) . " <b>". $v["name"]    . "</b> wrote:<br />"; 
     48      echo $time->timeAgoInWords($v['created']) . ' <b>'. $v['name']    . '</b> wrote:<br />'; 
    4949      echo $v["comment"]; 
    5050      echo "</div>"; 
     
    5454 
    5555  echo $form->create('Discussion', array('action'=>'agregar')); 
     56  //echo '<form action="/discussions/agregar" method="post">'; 
    5657?> 
     58 
     59 
    5760<fieldset> 
    5861   <legend>Write comment:</legend>