1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 00:28:00 +02:00

Remove 'learn more' from contract form

This commit is contained in:
Tim Daubenschütz 2015-09-22 13:20:55 +02:00
parent a8c436c40b
commit 878a716262
2 changed files with 2 additions and 10 deletions

View File

@ -68,15 +68,7 @@ let ContractAgreementForm = React.createClass({
<Property
name='contract'
label={getLangText('Contract Type')}
onChange={this.onContractChange}
footer={
<a
className="pull-right"
href={contractList[this.state.selectedContract].blob}
target="_blank">
{getLangText('Learn more')}
</a>
}>
onChange={this.onContractChange}>
<select name="contract">
{contractList.map((contract, i) => {
return (

View File

@ -114,7 +114,7 @@ let IkonotvArtworkDetailsForm = React.createClass({
<InputTextAreaToggable
rows={1}
defaultValue={this.props.piece.extra_data.size_duration}
placeholder={getLangText('Sizes in centimeters. Durations in minutes.')}/>
placeholder={getLangText('Size in centimeters. Duration in minutes.')}/>
</Property>
<Property
name='copyright'