From f1b781b402fe8b0d4ce6044c97bb687fd017111e Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 28 Jun 2010 11:04:02 +0000 Subject: Updated the layout of a topic post within group discussions git-svn-id: http://code.elgg.org/elgg/trunk@6575 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/forum/maintopic.php | 10 ++++++---- mod/groups/views/default/groups/css.php | 5 +++++ 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'mod') diff --git a/mod/groups/views/default/forum/maintopic.php b/mod/groups/views/default/forum/maintopic.php index 7f8bb0b0b..ecb7286e8 100644 --- a/mod/groups/views/default/forum/maintopic.php +++ b/mod/groups/views/default/forum/maintopic.php @@ -39,7 +39,7 @@ } - echo "

" . $post_owner->name . "

"; + echo "

" . $post_owner->name . "

"; } else { echo "
"; echo "

" . elgg_echo('profile:deleteduser') . "

"; @@ -47,11 +47,13 @@ //display the date of the comment echo "

" . friendly_time($vars['entity']->time_created) . "

"; + echo "
"; // close entity_listing_info + echo ""; // close entity_listing.topic //display the actual message posted - echo "
"; + echo "
"; echo parse_urls(elgg_view("output/longtext",array("value" => $vars['entity']->description))); - echo "
"; // close entity_listing_info + echo ""; ?> - \ No newline at end of file + \ No newline at end of file diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index 14e3c0830..da386e311 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -24,6 +24,11 @@ text-align: right; margin-left: 10px; } +.topic_post.maintopic { + margin:10px 0 0 0; + padding-bottom:40px; + border-bottom:1px solid #CCCCCC; +} .entity_listing.topic .topic_post p { margin:10px 0 5px 0; } -- cgit v1.2.3