Skip to content

Commit

Permalink
Merge pull request #1086 from /issues/1078
Browse files Browse the repository at this point in the history
Fix typo #1078
  • Loading branch information
yurem committed Aug 14, 2018
2 parents 371dadf + 96811f1 commit 09f6d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h:panelGroup id="fileImportPanelId" columns="1" width="100%" border="0" cellpadding="0" cellspacing="0">

<rich:fileUpload id="fileUploadId" fileUploadListener="#{_importAction.uploadFile}" acceptedTypes="ldif"
ontyperejected="alert('Only XLS files are accepted');" maxFilesQuantity="1" immediateUpload="true" listHeight="60px"
ontyperejected="alert('Only LDIF files are accepted');" maxFilesQuantity="1" immediateUpload="true" listHeight="60px"
styleClass="uploadFile" rendered="#{_importAction.uploadedFile == null}">
<a4j:ajax event="uploadcomplete" execute="@none" render="fileImportPanelId, controlButttonId"/>
</rich:fileUpload>
Expand Down

0 comments on commit 09f6d54

Please sign in to comment.