Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz965890 add params to source upload UI for existing document
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason authored and Patrick Huang committed May 29, 2013
1 parent 947c286 commit daabf1f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions zanata-war/src/main/webapp/iteration/source_files.xhtml
Expand Up @@ -207,6 +207,19 @@
escape="true"/>
<h:outputLabel value="#{messages['jsf.SourceLanguage']}"/>
</h:selectOneMenu>
<rich:simpleTogglePanel label="#{messages['jsf.iteration.files.CustomParams']}"
switchType="client"
opened="false">
<h:inputTextarea id="adapterParams"
value="#{projectIterationFilesAction.documentFileUpload.adapterParams}">
<h:outputLabel for="adapterParams" value="#{messages['jsf.iteration.files.CustomParams.description']}" />
</h:inputTextarea>
<br />
<a target="_blank"
href="https://github.com/zanata/zanata-server/wiki/Custom-document-parameters">
#{messages['jsf.iteration.files.CustomParams.linkText']}
</a>
</rich:simpleTogglePanel>
<div align="right">
<h:commandButton value="#{messages['jsf.Upload']}"
action="#{projectIterationFilesAction.uploadDocumentFile}"/>
Expand Down

0 comments on commit daabf1f

Please sign in to comment.