Show
Ignore:
Timestamp:
09/18/07 12:00:04 (15 months ago)
Author:
aarkerio
Message:

new background aand help

Location:
trunk/app/views/comments
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/comments/admin_listing.thtml

    r77 r110  
    44  echo $html->getCrumbs(' / ');  
    55?> 
     6 
    67<div class="title_section"> Comments on your Blog </div> 
    78<?php 
     
    1314        echo $val['Comment']['created'].' <b>'.$val['Comment']['username'].' wrote:</b><br />'; 
    1415        echo '<p>'.$val['Comment']['comment'] . '</p>'; 
    15         echo '<p>'. $gags->sendEdit($val['Comment']['id'], 'comment') .'   '. $gags->confirmDel($val['Comment']['id'], 'comment') .'</p>'; 
     16        echo '<p>'. $gags->sendEdit($val['Comment']['id'], 'comments') . '   '. $gags->confirmDel($val['Comment']['id'], 'comments') .'</p>'; 
    1617   echo '</div>'; 
    1718}