Changeset 143
- Timestamp:
- 08/24/10 11:12:12 (18 months ago)
- Location:
- trunk/views/default/edufeedr
- Files:
-
- 2 modified
-
css.php (modified) (1 diff)
-
educourse_blog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/views/default/edufeedr/css.php
r122 r143 241 241 242 242 #edufeedr_educourse_de_table { 243 padding-bottom: 15px; 243 padding-bottom: 15px; 244 min-width: 730px; 244 245 } 245 246 246 247 #edufeedr_educourse_de_table td { 247 248 background: none repeat scroll 0 0 #EEEEEE; 249 } 250 251 #edufeedr_educourse_bc_table { 252 min-width: 730px; 248 253 } 249 254 -
trunk/views/default/edufeedr/educourse_blog.php
r135 r143 9 9 $body .= elgg_view('edufeedr/educourse_de', array('entity'=> $vars['entity'])); 10 10 11 $body .= '<table >';11 $body .= '<table id="edufeedr_educourse_bc_table">'; 12 12 $body .= '<tr><td style="padding-right: 10px;">'; 13 13 /*translation:Blog posts*/ … … 95 95 96 96 if ($comment['post_id']) { 97 $chtml .= '<div class="clearfloat"></div>'; 97 98 /*translation:read the post*/ 98 99 $chtml .= '<a href="'.$vars['url'].'pg/edufeedr/view_post/'.$vars['entity']->getGUID().'/'.$comment['post_id'].'">' . elgg_echo('edufeedr:read:the:blogpost') . '</a>';
