fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user