mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
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:
parent
f6af716d6b
commit
a4768290f9
1 changed files with 3 additions and 2 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue