member.admin.view.php UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9673 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-18 02:37:06 +00:00
parent ca72163edd
commit ee84132327

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>';
$inputTag = '<select name="find_account_question" style="width:290px">%s</select><br />';
$optionTag = array();
foreach($lang->find_account_question_items as $key=>$val){
if($key == $memberInfo['find_account_question']) $selected = 'selected="selected"';