#1111 사이트 잠금 사용시 대시보드에 경고 표시

사이트 잠금을 해둔 것을 잊어 버리는 것을 방지 겸 reminder.
This commit is contained in:
YJSoft 2015-01-17 20:50:38 +09:00
parent 0005af60da
commit 0c5f5279a6
3 changed files with 15 additions and 0 deletions

View file

@ -19,6 +19,11 @@
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<div class="message error" cond="$db_info->use_sitelock == 'Y'">
<h2>{$lang->sitelock_in_use}</h2>
<p>{$lang->about_sitelock_in_use}</p>
</div>
<form action="./" method="post" class="message info x_clearfix" cond="!$isLicenseAgreement">
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin')}" />
<input type="hidden" name="module" value="install" />