Changeset 3898


Ignore:
Timestamp:
03/23/11 18:39:58 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1648 - Erro no upload do arquivo, colocado link de remover na primeira input tb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/tp/expressowindow/xsl/upload.xsl

    r3897 r3898  
    3939                                        </span> 
    4040                                        <br/> 
    41                                         <div id="uploadOption" /> 
     41                                        <div id="uploadOption"> 
     42                                                <input type="hidden" name="uploadprocess" value="true" /> 
     43                                                <input type="hidden" name="path" value="{$path}" /> 
     44                                        </div>   
    4245                                        <div>  
    4346                                                <div></div> 
    4447                                                <input maxlength="255" name="upload_file[]" type="file" style="margin-right:5px" /> 
    45                                                 <input name="upload_comment[]" type="text" style="margin-right:2px" /> 
    46                                                 <span style="color:red; cursor:pointer;" onclick="removeInput(this);"><xsl:value-of select="$lang_delete" /></span> 
     48                                                <input name="upload_comment[]" type="text" style="margin-right:2px;" />                                          
     49                                                <span style="color:red; cursor:pointer;" onclick="removeInput(this);"><xsl:value-of select="$lang_delete"/></span>                               
    4750                                        </div> 
     51                                         
    4852                                </div> 
    4953                                 
Note: See TracChangeset for help on using the changeset viewer.