mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
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:
parent
ca72163edd
commit
ee84132327
1 changed files with 1 additions and 1 deletions
|
|
@ -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"';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue