Show
Ignore:
Timestamp:
08/24/10 11:12:12 (21 months ago)
Author:
gnum
Message:

Some minor visual tweaks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/views/default/edufeedr/educourse_blog.php

    r135 r143  
    99                $body .= elgg_view('edufeedr/educourse_de', array('entity'=> $vars['entity'])); 
    1010 
    11         $body .= '<table>'; 
     11        $body .= '<table id="edufeedr_educourse_bc_table">'; 
    1212        $body .= '<tr><td style="padding-right: 10px;">'; 
    1313        /*translation:Blog posts*/ 
     
    9595 
    9696                                if ($comment['post_id']) { 
     97                                        $chtml .= '<div class="clearfloat"></div>'; 
    9798                                        /*translation:read the post*/ 
    9899                                        $chtml .= '<a href="'.$vars['url'].'pg/edufeedr/view_post/'.$vars['entity']->getGUID().'/'.$comment['post_id'].'">' . elgg_echo('edufeedr:read:the:blogpost') . '</a>';