Move friendly error message feature to Message module

This commit is contained in:
Kijin Sung 2023-08-08 00:49:14 +09:00
parent 26710e2675
commit e31704ffc2
9 changed files with 41 additions and 20 deletions

View file

@ -11,6 +11,9 @@
<div class="message" cond="$system_message_detail">
{$system_message_detail}
</div>
<div class="message help" cond="$system_message_help">
{$system_message_help}
</div>
<div class="message location" cond="$system_message_location">
{$system_message_location}
</div>