Changeset 3898
- Timestamp:
- 03/23/11 18:39:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/filemanager/tp/expressowindow/xsl/upload.xsl
r3897 r3898 39 39 </span> 40 40 <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> 42 45 <div> 43 46 <div></div> 44 47 <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> 47 50 </div> 51 48 52 </div> 49 53
Note: See TracChangeset
for help on using the changeset viewer.