fixed check 'image' type

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9962 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-12-20 06:48:13 +00:00
parent f6af716d6b
commit a4768290f9

View file

@ -230,9 +230,10 @@
,$functionName
,$memberInfo['member_srl']
,$lang->cmd_delete);
}else{
$inputTag = sprintf('<input type="hidden" name="__%s_exist" value="false" />', $formInfo->name);
}
$inputTag .= sprintf('<p class="a"><input type="hidden" name="__%s_exist" value="false" /><input type="file" name="%s" id="%s" value="" /> <span class="desc">%s : %dpx, %s : %dpx</span></p>'
,$formInfo->name
$inputTag .= sprintf('<p class="a"><input type="file" name="%s" id="%s" value="" /> <span class="desc">%s : %dpx, %s : %dpx</span></p>'
,$formInfo->name
,$formInfo->name
,$lang->{$formInfo->name.'_max_width'}