This commit is contained in:
2022-09-22 20:08:55 -04:00
parent d16da0b2e4
commit 27238f212b
5 changed files with 29 additions and 5 deletions
+6 -2
View File
@@ -31,7 +31,9 @@
</div>
<div class="p-5 rounded bg-light-primary text-dark fw-bold mw-lg-500px text-end"
data-kt-element="message-text"
onclick="RelyBoxShow(<?=$row['msg_id']?>,'<?=$row['memo']?>');"><?=$row['msg']?></div>
onclick="RelyBoxShow(<?=$row['msg_id']?>,'<?=$row['memo']?>');"><?=$row['msg']?>
<?=($row['reply']!='') ? '<br><small>Replied : '.$row['reply'].'</small>' : '' ?>
</div>
</div>
</div>
@@ -50,7 +52,9 @@
</div>
<div class="p-5 rounded bg-light-info text-dark fw-bold mw-lg-500px text-start"
data-kt-element="message-text"
onclick="RelyBoxShow(<?=$row['msg_id']?>,'<?=$row['memo']?>');"><?=$row['msg']?></div>
onclick="RelyBoxShow(<?=$row['msg_id']?>,'<?=$row['memo']?>');"><?=$row['msg']?>
<?=($row['reply']!='') ? '<br><small>Replied : '.$row['reply'].'</small>' : '<br><small>Reply Now</small>' ?>
</div>
</div>
</div>
<?php