* adjust the fields, add help link.

This commit is contained in:
wangchunsheng
2010-03-26 06:32:49 +00:00
parent f0ebf75314
commit 51920ba04e
21 changed files with 43 additions and 36 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<div id='fileform'>
<?php for($i = 0; $i < $fileCount; $i ++):?>
<input type='file' name='files[]' id="file<?php echo $i;?>" tabindex='-1' />
<label id='label<?php echo $i;?>' tabindex='-1'><?php echo $lang->file->label;?></label><input type='text' name='labels[]' class='text-3' tabindex='-1' /><br />
<label id='label<?php echo $i;?>' tabindex='-1'><?php echo $lang->file->label;?></label><input type='text' id='label<?php echo $i;?>' name='labels[]' class='text-3' tabindex='-1' /><br />
<?php endfor;?>
</div>
<script language='javascript'>