Member module bootstrap UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12575 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-21 05:53:57 +00:00
parent ce7f0a0f23
commit 2e78fda33a
17 changed files with 92 additions and 92 deletions

View file

@ -13,11 +13,11 @@
<input type="password" name="current_password" id="cpw" required placeholder="{$lang->current_password}" title="{$lang->current_password}" />
</div>
<div>
<input type="password" name="password1" id="npw1" required placeholder="{$lang->password1}" title="{$lang->password1}" /> <span class="x_help-inline">{$lang->about_password}</span>
<input type="password" name="password1" id="npw1" required placeholder="{$lang->password1}" title="{$lang->password1}" /> <span class="help-inline">{$lang->about_password}</span>
</div>
<div>
<input type="password" name="password2" id="npw2" required placeholder="{$lang->password2}" title="{$lang->password2}" />
</div>
<input type="submit" value="{$lang->cmd_registration}" class="x_btn x_btn-inverse" style="min-width:220px" />
<input type="submit" value="{$lang->cmd_registration}" class="btn btn-inverse" style="min-width:220px" />
</form>
<include target="./common_footer.html" />