Install UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9126 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-08 08:47:30 +00:00
parent 40f18aa55e
commit d1524e95b9
2 changed files with 4 additions and 6 deletions

View file

@ -3,11 +3,10 @@
<customrules>
</customrules>
<fields>
<field name="user_id" required="true" length="2:20" rule="userid" />
<field name="email_address" required="true" length="1:200" rule="email" />
<field name="password" required="true" length="1:20" />
<field name="password2" required="true" length="1:20" equalto="password" />
<field name="user_name" required="true" length="2:20" />
<field name="user_id" required="true" length="2:20" rule="userid" />
<field name="nick_name" required="true" length="2:20" />
<field name="email_address" required="true" length="1:200" rule="email" />
</fields>
</ruleset>

View file

@ -10,12 +10,11 @@
<form rule="install" action="./" method="post">
<input type="hidden" name="act" value="procInstall" />
<ul class="form formAdmin">
<li><label for="aId">{$lang->user_id}</label><input name="user_id" type="text" value="admin" class="iText" id="aId" /></li>
<li><label for="aMail">{$lang->email_address}</label><input name="email_address" type="text" class="iText" id="aMail" /></li>
<li><label for="aPw1">{$lang->password1}</label><input name="password" type="password" class="iText" id="aPw1" /></li>
<li><label for="aPw2">{$lang->password2}</label><input name="password2" type="password" class="iText" id="aPw2" /></li>
<li><label for="aName">{$lang->user_name}</label><input name="user_name" type="text" class="iText" id="aName" value="" /></li>
<li><label for="aId">{$lang->user_id}</label><input name="user_id" type="text" value="admin" class="iText" id="aId" /></li>
<li><label for="aNick">{$lang->nick_name}</label><input name="nick_name" type="text" class="iText" id="aNick" /></li>
<li><label for="aMail">{$lang->email_address}</label><input name="email_address" type="text" class="iText" id="aMail" /></li>
</ul>
<div class="desc">
<p>{$lang->install_notandum}</p>