Show
Ignore:
Timestamp:
04/18/08 20:25:00 (9 months ago)
Author:
aarkerio
Message:

Discussions fixed

Files:
1 modified

Legend:

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

    r301 r412  
    22   window.onload = timedMsg; 
    33</script> 
    4 <?php $session->flash(); ?> 
     4<?php  
    55 
    6 <?php  
    7  echo $html->addCrumb('Control Tools', '/admin/entries/start'); 
    8  echo $html->getCrumbs(' / ');  
     6 $session->flash();  
     7  
     8echo $html->addCrumb('Control Tools', '/admin/entries/start'); 
     9echo $html->getCrumbs(' / ');  
     10 
     11echo $html->div('title_section', 'Entries');  
     12 
     13echo $html>para($html->link($html->image('actions/new.png', array("alt"=>"Add entry", "title"=>"Add entry")), '/admin/entries/add', null, false, false) . $html->link($html->image('static/forum.gif', array("alt"=>"See comments", "title"=>"See comments")), '/admin/comments/listing', null, false, false)); 
     14 
    915?> 
    10  
    11 <div class="title_section">Entries </div> 
    12  
    13 <p> 
    14 <?php  
    15   echo $html->link($html->image('actions/new.png', array("alt"=>"Add entry", "title"=>"Add entry")), '/admin/entries/add', null, false, false); 
    16    
    17   echo $html->link($html->image('static/forum.gif', array("alt"=>"See comments", "title"=>"See comments")), '/admin/comments/listing', null, false, false); 
    18  
    19  ?> 
    20  
    21 </p> 
    22  
    2316 
    2417<table class="tbadmin">