hotfix/paypal-note
candice 2 years ago
parent cc5d9c76ed
commit d227d71819

@ -1,27 +1,37 @@
<p class="visible-xs" style="margin-bottom: 0; margin-top: 80px;"><img alt="Tour Review" class="img-responsive" <p class="visible-xs" style="margin-bottom: 0; margin-top: 80px;"><img alt="Tour Review" class="img-responsive"
src="https://data.chinahighlights.com/image/travelguide/best-china/trip-advisor-logp-bg-global-highlights.png" style="width: 280px; margin: 0 auto;"></p> src="https://data.asiahighlights.com/image/about/logo-black.png" style="width: 280px; margin: 0 auto;"></p>
<div class="table-responsive"> <div class="table-responsive">
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td class="hidden-xs"> <td class="hidden-xs">
<div class="feedback_logo"> <div class="feedback_logo">
<img alt="Tour Review" class="img-responsive" <img alt="Tour Review" class="img-responsive"
src="https://data.chinahighlights.com/image/travelguide/best-china/trip-advisor-logp-bg-global-highlights.png"> src="https://data.asiahighlights.com/image/about/logo-black.png">
</div> </div>
</td> </td>
<?php foreach ($feedback_list as $index => $feedback) {?> <?php foreach ($feedback_list as $index => $feedback) {?>
<td> <td>
<div class="tour_feedback"> <div class="tour_feedback">
<div class="feedback_content"> <div class="feedback_content">
<strong><?php echo $feedback['title'] ?></strong> <strong>
<p><?php echo $feedback['content'] ?></p> <?php echo $feedback['title'] ?>
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a></div> </strong>
<div class="customer_name"><?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?></div> <p>
<img alt="" class="img-responsive" height="40" width="211" src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png"></div> <?php echo $feedback['content'] ?>
</td> </p>
<?php }?> <a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
</tr> </div>
</tbody> <div class="customer_name">
</table> <?php echo $feedback['customer'] ?>,
<?php echo $feedback['createdOn'] ?>
</div>
<img alt="" class="img-responsive" height="40" width="211"
src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png">
</div>
</td>
<?php }?>
</tr>
</tbody>
</table>
</div> </div>
Loading…
Cancel
Save