Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update help text/error message #280

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CRP.Mvc/Views/Shared/ItemForm.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<text class="help-block">If adding an account not in the dropdown list, it must be a valid Chart Of Accounts string. </text>
<text class="help-block">The Registration system is used for event related income only. Accounts must be within CA&ES and in an event fund type to be used.</text>
<text class="help-block">To add an account with the "User Added Account" you must clear out any selected account from the dropdown list (Choose --Select an Account Number--). If the account is valid, it will be added to the dropdown list for this event when it is saved.</text>
<text class="help-block">NOTE!!! if adding a new account (COA Picker), you must also supply it a name.</text>
</div>
}
</fieldset>
Expand Down Expand Up @@ -112,7 +113,7 @@
}
@if (!Model.FinancialAccountActive)
{
<p class="alert-danger">Account is not active. Please select a different account and save if you will accept further Credit Card registrations.</p>
<p class="alert-danger">Account is not active in this site (or you didn't give it a name). See instructions above. Please select a different account and save if you will accept further Credit Card registrations.</p>
}
@if (!string.IsNullOrWhiteSpace(Model.FinancialAccountWarning))
{
Expand Down