* code for task#932.

This commit is contained in:
chencongzhi520@gmail.com
2012-11-27 06:34:36 +00:00
parent 8f1b6f2ab4
commit fecb3abb85

View File

@@ -8,7 +8,7 @@
<label tabindex='-1' class='fileLabel'>{$lang->file->label}</label>
<input type='text' name='labels[]' class='text-3' tabindex='-1' />
<input type='button' onclick='addFile(this)' class='icon-add' value='&nbsp;'></input>
<input type='button' onclick='delFile(this)' class='icon-delele' value='&nbsp;'></input>
<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);