Ignore:
Timestamp:
03/23/11 17:56:25 (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

    r3896 r3897  
    99        <xsl:param name="lang_click_here"/> 
    1010        <xsl:param name="lang_comment" />  
     11        <xsl:param name="lang_delete" />         
    1112        <xsl:param name="lang_file" /> 
    1213        <xsl:param name="lang_more_files" /> 
     
    4243                                                <div></div> 
    4344                                                <input maxlength="255" name="upload_file[]" type="file" style="margin-right:5px" /> 
    44                                                 <input name="upload_comment[]" type="text" /> 
    45                                                 <input type="hidden" name="uploadprocess" value="true" /> 
    46                                                 <input type="hidden" name="path" value="{$path}" /> 
     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> 
    4747                                        </div> 
    48                                          
    4948                                </div> 
    5049                                 
Note: See TracChangeset for help on using the changeset viewer.