1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 01:39:36 +01:00

Add link to ToS to submission form

This commit is contained in:
Tim Daubenschütz 2015-11-12 14:48:57 +01:00
parent 45d5821abb
commit da09bd8649
2 changed files with 13 additions and 3 deletions

View File

@ -241,7 +241,7 @@ const PRRegisterPieceForm = React.createClass({
label={getLangText('Contact information')}> label={getLangText('Contact information')}>
<InputTextAreaToggable <InputTextAreaToggable
rows={1} rows={1}
placeholder={getLangText('Enter your contact information (phone / website)')}/> placeholder={getLangText('Enter your contact information (phone/website)')}/>
</Property> </Property>
</Form> </Form>
<Form <Form
@ -355,7 +355,13 @@ const PRRegisterPieceForm = React.createClass({
className="ascribe-property-collapsible-toggle" className="ascribe-property-collapsible-toggle"
style={{paddingBottom: 0}}> style={{paddingBottom: 0}}>
<span> <span>
{getLangText('By submitting this form, you agree to the Terms of Service of Portfolio Review.')} {getLangText('By submitting this form, you agree to the') + ' '}
<a
href="https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/portfolioreview/tos-portfolioreview.pdf"
target="_blank">
{getLangText('Terms of Service')}
</a>
{' of Portfolio Review.'}
</span> </span>
</Property> </Property>
</Form> </Form>

View File

@ -77,7 +77,6 @@ $ascribe-red-error: rgb(169, 68, 66);
padding-left: 1.5em; padding-left: 1.5em;
padding-right: 1.5em; padding-right: 1.5em;
padding-top: 1em; padding-top: 1em;
padding-bottom: 1em;
text-align: left; text-align: left;
width: 100%; width: 100%;
@ -114,6 +113,11 @@ $ascribe-red-error: rgb(169, 68, 66);
margin-top: 0 !important; margin-top: 0 !important;
} }
> .upload-button-wrapper {
margin-top: 1em;
margin-bottom: 1em;
}
> input, > input,
> pre, > pre,
> textarea, > textarea,