* code for task#932.
This commit is contained in:
@@ -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=' '></input>
|
||||
<input type='button' onclick='delFile(this)' class='icon-delele' value=' '></input>
|
||||
<input type='button' onclick='delFile(this)' class='icon-delete' value=' '></input>
|
||||
</div>
|
||||
EOT;
|
||||
for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow);
|
||||
|
||||
Reference in New Issue
Block a user