* code for task#913.

This commit is contained in:
chencongzhi520@gmail.com
2012-12-02 02:24:20 +00:00
parent 63e3d733a0
commit ef8f35fe9f

View File

@@ -11,8 +11,8 @@
<input type='button' onclick='delFile(this)' class='icon-delete' value='&nbsp;'></input>
</div>
EOT;
for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow);
printf($lang->file->maxUploadSize, ini_get('upload_max_filesize'));
for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow);
?>
</div>
<script language='javascript'>