Skip to content

Commit

Permalink
Samples: remove unneeded buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Feb 1, 2013
1 parent 7ad191d commit 686b945
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/resources-packaged/config/properties-form-runner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<property as="xs:boolean" name="oxf.fr.detail.new.service.enable.*.*" value="false"/>
<property as="xs:string" name="oxf.fr.detail.new.service.uri.*.*" value="/fr/service/custom/my-app/new"/>
<property as="xs:string" name="oxf.fr.detail.new.service.passing-request-parameters.*.*" value=""/>
<property as="xs:string" name="oxf.fr.detail.buttons.*.*" value="refresh collapse-all expand-all close clear pdf email save workflow-review"/>
<property as="xs:string" name="oxf.fr.detail.buttons.*.*" value="refresh collapse-all expand-all close clear pdf save workflow-review"/>
<property as="xs:string" name="oxf.fr.detail.buttons.view.*.*" value="back workflow-edit pdf"/>
<property as="xs:string" name="oxf.fr.detail.captcha.*.*" value=""/> <!-- Empty (no captcha), 'reCAPTCHA', or 'SimpleCaptcha'-->
<property as="xs:boolean" name="oxf.fr.detail.submit.content-from-persistence.*.*" value="false"/>
Expand Down Expand Up @@ -156,12 +156,16 @@
<property as="xs:string" name="oxf.fr.resource.orbeon.dmv-14.*.print.formats.date" value="[Y0001]-[M01]-[D01]"/>
<property as="xs:string" name="oxf.fr.pdf.map.orbeon.dmv-14.fr-us-state" value="select-value"/>
<property as="xs:boolean" name="oxf.fr.noscript-link.orbeon.contact" value="true"/>

<property as="xs:string" name="oxf.fr.detail.buttons.orbeon.controls" value="refresh pdf workflow-review"/>
<property as="xs:string" name="oxf.fr.detail.view.appearance.orbeon.controls" value="wizard"/>
<property as="xs:integer" name="oxf.fr.detail.toc.orbeon.controls" value="-1"/>
<property as="xs:string" name="oxf.fr.detail.buttons.orbeon.controls" value="refresh close clear pdf save workflow-review"/>

<property as="xs:string" name="oxf.fr.detail.view.appearance.orbeon.w9" value="wizard"/>
<property as="xs:integer" name="oxf.fr.detail.toc.orbeon.w9" value="-1"/>
<property as="xs:string" name="oxf.fr.pdf.map.orbeon.w9.xforms-select1.*" value="select-value"/>
<property as="xs:string" name="oxf.fr.detail.buttons.orbeon.w9" value="refresh close clear pdf save workflow-review"/>

<!-- Register and license forms -->
<property as="xs:string" name="oxf.fr.persistence.provider.orbeon.register.form" value="resource"/>
Expand Down

0 comments on commit 686b945

Please sign in to comment.