* set the tabindex of the files control.

This commit is contained in:
wangchunsheng
2010-02-08 02:00:54 +00:00
parent cc23c1b938
commit ad57ced73f

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;?>" />
<label id='label<?php echo $i;?>'><?php echo $lang->file->label;?></label><input type='text' name='labels[]' class='text-3' /><br />
<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 />
<?php endfor;?>
</div>
<script language='javascript'>