Skip to content

Commit

Permalink
added the pricing link to admin config web part
Browse files Browse the repository at this point in the history
  • Loading branch information
rfulton-lf committed Oct 11, 2023
1 parent ff67ac7 commit 4d58d47
Showing 1 changed file with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@ import * as React from 'react';
require('./../../../../Assets/CSS/commonStyles.css');
require('../../../../Assets/CSS/bootstrap.min.css');

const YOU_MUST_BE_CLOUD_USER_TO_USE_WEB_PART =
'You must be a currently licensed Laserfiche Cloud user to use this web part.';
const FOR_MORE_INFO_VISIT = 'For more information visit';

export default function HomePage(): JSX.Element {
return (
<div className='p-3'>
<main className='bg-white shadow-sm'>
<p className='adminContent'>
{`${YOU_MUST_BE_CLOUD_USER_TO_USE_WEB_PART} ${FOR_MORE_INFO_VISIT} `}
<a href='https://www.laserfiche.com/products/pricing'>
laserfiche.com
</a>
{`.`}
</p>
<p className='adminContent'>
Use the Laserfiche Administration page to edit your SharePoint and
Laserfiche configuration. Sign in and select the task you want to
Expand All @@ -17,7 +28,7 @@ export default function HomePage(): JSX.Element {
href='https://laserfiche.github.io/laserfiche-sharepoint-integration/'
target='_blank'
rel='noreferrer'
style={{color: '#0079d6'}}
style={{ color: '#0079d6' }}
>
help documentation.
</a>
Expand All @@ -31,8 +42,8 @@ export default function HomePage(): JSX.Element {
Profiles govern how documents in SharePoint will be saved to
Laserfiche. You can create multiple profiles for different
SharePoint content types. For example, if you want applications
stored differently than invoices, create separate
profiles for each content type.
stored differently than invoices, create separate profiles for
each content type.
</span>
</p>
<p>
Expand Down

0 comments on commit 4d58d47

Please sign in to comment.