if($showbuyer == '1') { ?>
Quotations Reply's sent by me
Back
} else { ?>
Quotations Reply's to me
Back
} ?>
if($showbuyer == '0' ) { ?>
Reply From Company Name
Reply From contact person
} ?>
Date Of Reply
Reply Desc
for($i=0;$i<$eventrowcount;$i++) { $ReplyFromperson = ((($eventlisting[0]['userfullname']!='')&& ($eventlisting[0]['userfullname']!='0'))?$eventlisting[0]['userfullname']:$eventlisting[0]['ContactPerson']); $ReplyFromCompany = $eventlisting[$i]['usercompany']; $Replydate = formatdate($eventlisting[$i]['ReplyDate'],"d M Y"); // $ReplyDesc = preview_text($eventlisting[$i]['ReplyDesc'],50); $ReplyDesc = $eventlisting[$i]['ReplyDesc']; if($selleriselite == '1') { $ReplyFromCompany_toquotation = $ReplyFromCompany; $ReplyFromperson_toquotation = $ReplyFromperson; } else { $ReplyFromCompany_toquotation = '******'; $ReplyFromperson_toquotation = '******'; } ?>
if($showbuyer == '0' ) { ?>
=$ReplyFromCompany_toquotation?>
=$ReplyFromperson_toquotation?>
} ?>
=$Replydate?>
=$ReplyDesc?>
}?>