mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Show where an Exception was thrown or error object was returned
- 관리자에게만 표시함 - 오류 화면을 표시하는 방식에 따라서는 표시되지 않을 수 있음 - 코어 내부에서 발생하는 오류는 표시되지 않을 수 있음 - message 모듈 스킨에 의존함
This commit is contained in:
parent
9042e4110c
commit
339fd234a5
10 changed files with 81 additions and 10 deletions
|
|
@ -2,7 +2,12 @@
|
|||
<div class="signin">
|
||||
<section class="sw-body">
|
||||
<h1>{$system_message}</h1>
|
||||
<div class="rx_message-notice error" cond="$system_message_detail">{$system_message_detail}</div>
|
||||
<div class="rx_message-notice error" cond="$system_message_detail">
|
||||
{$system_message_detail}
|
||||
</div>
|
||||
<div class="rx_message-notice location" cond="$system_message_location && $logged_info->is_admin === 'Y'">
|
||||
{$system_message_location}
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/message/skins/simple_world/system_message/1'" class="rx_message-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
|
@ -51,4 +56,4 @@ $(function($){
|
|||
});
|
||||
});
|
||||
</script>
|
||||
<include target="./common_footer.html" />
|
||||
<include target="./common_footer.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue