summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtbc_comments.module5
1 files changed, 3 insertions, 2 deletions
diff --git a/tbc_comments.module b/tbc_comments.module
index 9d233ed..7b5d968 100755
--- a/tbc_comments.module
+++ b/tbc_comments.module
@@ -62,8 +62,9 @@
SELECT * FROM tbc_comments WHERE post_id = %d ORDER BY id DESC LIMIT 15
", $preference_data->pe_id);
$page_content .= "<div class='product_list'>";
- $page_content .= "<div class='product_name'><img src='".$base_url."book.png' alt='book' style= 'margin-bottom: -3px; height: 21px;' /><b>".$preference_data->book . "</b> <em>by " . $preference_data->author .", ".$preference_data->publisher."</em>
- <br><br> [Reason(s):- ".$preference_data->reason."]</div>";
+ $page_content .= "<div class='product_name'><img src='".$base_url."book.png' alt='book' style= 'margin-bottom: -27px; margin-left: 18px;' />";
+ $page_content .="<div style='margin-left: 94px;margin-top: -27px;'><b>".$preference_data->book . "</b> <br><em>by " . $preference_data->author .", ".$preference_data->publisher."</em>
+ <br><br> Reason(s):- ".$preference_data->reason."</div></div>";
$page_content .= "<div class='product_flash' id='product_flash_".$preference_data->id.">&nbsp;</div>";
$page_content .= "<div class='product_like'><img class= 'likebt' src='".$base_url."like.png' data-name='like', data-bid ='".$preference_data->pe_id."'> <span id='product_like_".$preference_data->pe_id."'>".$preference_data->pLike."</span></div>";
$page_content .= "<div class='product_dislike'><img class= 'dislikebt'src='".$base_url."dislike.png' data-name='dislike', data-bid ='".$preference_data->pe_id."'> <span id='product_dislike_".$preference_data->pe_id."'>".$preference_data->pDislike."</span></div>";