Member module mobile sign up UI clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9617 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-12 10:36:02 +00:00
parent 4ed6f7327b
commit 2d2aed374a
3 changed files with 29 additions and 36 deletions

View file

@ -243,7 +243,7 @@
,zdate($memberInfo['birthday'], 'Y-m-d', false)
,$lang->cmd_delete);
}elseif($formInfo->name == 'find_account_question'){
$inputTag = '<select name="find_account_question" style="width:290px">%s</select><br />';
$inputTag = '<select name="find_account_question" style="width:290px">%s</select>';
$optionTag = array();
foreach($lang->find_account_question_items as $key=>$val){
if($key == $memberInfo['find_account_question']) $selected = 'selected="selected"';