Sandata sign up form, and Cin7 templates. Some progress on G2, but need to finish it.

This commit is contained in:
Norm Rasmussen
2024-05-20 16:55:19 -04:00
parent 3820969cc2
commit f93d5053fd
7 changed files with 57 additions and 11 deletions

View File

@ -9,8 +9,9 @@
/>
{% if course.ribbon %}
<div class="np-card-ribbon" {% if course.ribbon == "Omni" %} style="background: #0026b2;"
{% elsif course.ribbon == "Core"%} style="background: #05CBBF"
{% endif %}>
{% elsif course.ribbon == "Core"%} style="background: #05CBBF"
{% else %} style="background: #213343"
{% endif %}>
{{ course.ribbon }}
</div>
{% endif %}

View File

@ -17,7 +17,7 @@
{% if course.enrolled? == false %}
{% t shared.enroll %}
{% elsif course.started? == false %}
{% if course.id == "1d10edc4-6414-4707-891b-8daab9927070" %}
{% if course.name contains "Resource Kit" %}
Explore this Kit
{% else %}
{% t shared.course.start, key: current_school.course_vocabulary %}

View File

@ -6,9 +6,8 @@
required
>
<option class="second-login-role-option" value="" selected>Select a role</option>
<option class="second-login-role-option" value="Agency Admin/Manager">Agency Admin/Manager</option>
<option class="second-login-role-option" value="Agency Staff">Agency Staff</option>
<option class="second-login-role-option" value="Agency Billing">Agency Billing</option>
<option class="second-login-role-option" value="Agency Scheduling">Agency Scheduling</option>
<option class="second-login-role-option" value="Agency Billing & Scheduling">Agency Billing & Scheduling</option>
<option class="second-login-role-option" value="EVV Agency Admin/Manager">Agency Admin/Manager</option>
<option class="second-login-role-option" value="EVV Agency Staff">Agency Staff</option>
<option class="second-login-role-option" value="Alt-EVV User (Aggregator)">Alt-EVV User (Aggregator)</option>
<option class="second-login-role-option" value="Caregiver">Caregiver</option>
</select>

View File

@ -47,6 +47,12 @@
{{ current_school.request_access_label }}
</a>
{% endif %}
<a
class="np-form-link np-button-color"
href="https://sandata.com/support"
>
Click here for Support
</a>
</form>
</div>
</div>

View File

@ -65,7 +65,13 @@
>
{% t .terms_link %}
</a>
</span>
</span>
<a
class="np-form-link np-button-color"
href="https://sandata.com/support"
>
Click here for Support
</a>
</form>
</div>
</div>