1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +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')}>
<InputTextAreaToggable
rows={1}
placeholder={getLangText('Enter your contact information (phone / website)')}/>
placeholder={getLangText('Enter your contact information (phone/website)')}/>
</Property>
</Form>
<Form
@ -355,7 +355,13 @@ const PRRegisterPieceForm = React.createClass({
className="ascribe-property-collapsible-toggle"
style={{paddingBottom: 0}}>
<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>
</Property>
</Form>

View File

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