#180 설치시 아이디 validation check

This commit is contained in:
khongchi 2014-01-02 19:34:47 +09:00
parent 9f5d097728
commit 7aa6d8d116
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="install" action="./" method="post" class="x_form-horizontal">
<form ruleset="install" action="./" method="post" class="x_form-horizontal">
<input type="hidden" name="act" value="procInstall" />
<div class="x_control-group">
<label for="aMail" class="x_control-label"><strong>*</strong> {$lang->email_address}</label>