diff options
author | prashant | 2015-01-29 20:06:35 +0530 |
---|---|---|
committer | prashant | 2015-01-29 20:06:35 +0530 |
commit | 16c451a4e83e3132391b03abdfda010c66cd099c (patch) | |
tree | 42abb21486f79e71ef513311f23ebf491f02ff4f /tbc_comments.module | |
parent | 4d55002e7acd845fdf2ed3d5577751e3dedf574d (diff) | |
download | tbc_comments-16c451a4e83e3132391b03abdfda010c66cd099c.tar.gz tbc_comments-16c451a4e83e3132391b03abdfda010c66cd099c.tar.bz2 tbc_comments-16c451a4e83e3132391b03abdfda010c66cd099c.zip |
done minor changes
Diffstat (limited to 'tbc_comments.module')
-rwxr-xr-x | tbc_comments.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc_comments.module b/tbc_comments.module index f807c3e..9d233ed 100755 --- a/tbc_comments.module +++ b/tbc_comments.module @@ -62,7 +62,7 @@ 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: -15px;' /><b>".$preference_data->book . "</b> <em>by " . $preference_data->author .", ".$preference_data->publisher."</em> + $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_flash' id='product_flash_".$preference_data->id."> </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>"; |